UNPKG

449 BJSONView Raw
1{
2 "name": "createDOC",
3 "version": "1.0.5",
4 "description": "",
5 "main": "index.js",
6 "scripts": {
7 "test": "echo \"Error: no test specified\" && exit 1",
8 "dev": "node buildDOC.js",
9 "createSchemas": "node buildSchemas.js"
10 },
11 "bin": {
12 "createDOC": "./index.js"
13 },
14 "keywords": [],
15 "author": "",
16 "license": "ISC",
17 "dependencies": {
18 "commander": "^2.9.0",
19 "linebyline": "^1.3.0",
20 "shelljs": "^0.7.3"
21 }
22}