-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 854 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
{
"name": "metamodel-to-doc",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node index.js ~/Sites/vapi ./templates/"
},
"repository": {
"type": "git",
"url": "git+https://github.com/strefethen/metamodel-to-doc.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/strefethen/metamodel-to-doc/issues"
},
"homepage": "https://github.com/strefethen/metamodel-to-doc#readme",
"dependencies": {
"chalk": "^1.1.3",
"clarity-ui": "^0.9.13",
"commander": "^2.9.0",
"mkdirp": "^0.5.1",
"pug": "^2.0.0-rc.1",
"showdown": "^1.7.1",
"sync-request": "^4.1.0"
},
"devDependencies": {
"@types/node": "^8.0.50",
"babel-eslint": "^7.2.1",
"eslint": "^3.19.0"
}
}