{
  "name": "jhipster-uml",
  "version": "2.0.3",
  "description": "UML support for JHipster via XMI files",
  "bin": {
    "jhipster-uml": "./jhipster-uml.js"
  },
  "keywords": [
    "generator-jhipster",
    "UML",
    "XMI",
    "JSON"
  ],
  "homepage": "https://github.com/jhipster/jhipster-uml",
  "bugs": "https://github.com/jhipster/jhipster-uml/issues",
  "author": {
    "name": "Mathieu Abou-Aichi",
    "email": "mathieu.aa@free.fr",
    "url": "https://github.com/MathieuAA"
  },
  "main": "module/index.js",
  "repository": {
    "type": "git",
    "url": "git://github.com/jhipster/jhipster-uml.git"
  },
  "scripts": {
    "test": "./node_modules/mocha/bin/mocha test",
    "coverage": "./node_modules/istanbul/lib/cli.js cover ./node_modules/mocha/bin/_mocha test; ./node_modules/istanbul/lib/cli.js check-coverage"
  },
  "dependencies": {
    "chalk": "1.1.3",
    "deasync": "0.1.9",
    "inquirer": "2.0.0",
    "jhipster-core": "1.2.6",
    "lodash": "4.17.4",
    "xml2js": "0.4.17",
    "yargs": "6.6.0"
  },
  "devDependencies": {
    "chai": "3.5.0",
    "istanbul": "0.4.5",
    "mocha": "3.2.0",
    "mocha-clean": "1.0.0"
  },
  "peerDependencies": {},
  "engines": {
    "node": ">=4.0.0",
    "npm": ">=2.14.2"
  },
  "license": "Apache-2.0",
  "licenses": [
    {
      "type": "Apache 2.0"
    }
  ]
}
