forked from jhipster/jhipster-uml
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
54 lines (54 loc) · 1.09 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
{
"name": "jhipster-uml",
"version": "1.0.1",
"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": "",
"url": "https://github.com/MathieuAA"
},
"main": "app/jhipster-uml.js",
"repository": {
"type": "git",
"url": "git://github.com/jhipster/jhipster-uml.git"
},
"scripts": {
"test": "mocha"
},
"dependencies": {
"chalk": "1.0.0",
"deasync": "0.1.0",
"inquirer": "0.8.5",
"selfish": "1.0.2",
"shelljs": "0.5.1",
"underscore.string": "3.1.1",
"xml2js": "0.4.9"
},
"devDependencies": {
"mocha": "2.2.5",
"chai": "3.0.0",
"jsdoc": "3.3.1"
},
"peerDependencies": {},
"engines": {
"node": ">=0.10.25",
"npm": ">=1.4.21"
},
"license": "Apache-2.0",
"licenses": [
{
"type": "Apache 2.0"
}
]
}