-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
44 lines (44 loc) · 886 Bytes
/
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
{
"name": "nodemda",
"version": "1.1.0",
"description": "UML to Source code generation engine",
"main": "./src/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/joelkoz/NodeMDA.git"
},
"files": [
"src",
"bin"
],
"keywords": [
"uml",
"mda",
"javascript",
"staruml"
],
"bin": {
"nodemda": "./bin/nodemda"
},
"author": {
"name": "Joel Kozikowski",
"email": "joel.kozikowski@gmail.com"
},
"license": "MIT",
"dependencies": {
"commander": "^2.9.0",
"faker": "^3.1.0",
"fs-extra": "^0.30.0",
"glob": "^7.0.6",
"handlebars": "^4.0.5",
"joi": "^9.2.0",
"lodash": "^4.16.6",
"omni-schema": "^2.0.3",
"pluralize": "^3.0.0",
"prompt-sync": "^4.1.4",
"winston": "^2.2.0"
}
}