forked from jhipster/jhipster-uml
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
65 lines (65 loc) · 1.6 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
{
"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": "[email protected]",
"url": "https://github.com/MathieuAA"
},
"main": "module/index.js",
"repository": {
"type": "git",
"url": "git://github.com/jhipster/jhipster-uml.git"
},
"scripts": {
"lint": "./node_modules/.bin/eslint.js .",
"lint-fix": "./node_modules/.bin/eslint.js . --fix",
"test": "./node_modules/.bin/mocha test",
"coverage": "./node_modules/.bin/istanbul cover ./node_modules/.bin/_mocha test; ./node_modules/.bin/istanbul check-coverage"
},
"dependencies": {
"chalk": "2.3.0",
"deasync": "0.1.10",
"inquirer": "3.3.0",
"jhipster-core": "1.4.0",
"lodash": "4.17.4",
"winston": "2.4.0",
"xml2js": "0.4.19",
"yargs": "10.0.3"
},
"devDependencies": {
"chai": "4.1.2",
"eslint": "4.10.0",
"eslint-config-airbnb-base": "12.1.0",
"eslint-plugin-mocha": "4.11.0",
"eslint-plugin-import": "2.8.0",
"istanbul": "0.4.5",
"mocha": "4.0.1",
"mocha-clean": "1.0.0",
"sinon": "4.1.1",
"sinon-chai": "2.14.0"
},
"peerDependencies": {},
"engines": {
"node": ">=6.9.5",
"npm": ">=2.14.2"
},
"license": "Apache-2.0",
"licenses": [
{
"type": "Apache 2.0"
}
]
}