{
  "name": "@fontoxml/fontoxml-development-tools-module-localization",
  "description": "Localization tools for FontoXML.",
  "version": "4.0.0",
  "author": "The FontoXML Team",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/FontoXML/fontoxml-development-tools-module-localization.git"
  },
  "keywords": [
    "fontoxml"
  ],
  "main": "index.js",
  "scripts": {
    "test": "./node_modules/.bin/istanbul cover ./node_modules/mocha/bin/_mocha"
  },
  "dependencies": {
    "@fontoxml/fontoxml-development-tools-utils": "^1.0.2",
    "fontoxml-localization-tools": "^2.0.0",
    "globby": "^8.0.1",
    "requirejs": "^2.2.0"
  },
  "peerDependencies": {
    "@fontoxml/fontoxml-development-tools": "^2.0.0"
  },
  "devDependencies": {
    "@fontoxml/fontoxml-development-tools": "^2.0.0",
    "fs-extra": "^7.0.0",
    "istanbul": "^0.4.5",
    "mocha": "^5.2.0"
  }
}
