-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
32 lines (32 loc) · 849 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
{
"name": "livedocs",
"version": "2.1.2",
"description": "REST API documentation generator",
"main": "generate-markup.js",
"scripts": {
"test": "npm test ",
"js": "nodemon -e js --exec 'browserify' ./public/browserify/interactions.js -o ./public/bundle.js",
"html": "nodemon -e json,jade,js"
},
"bin": {
"livedocs": "./generate-markup.js"
},
"dependencies": {
"adstream-adbank-api-generate-hash": "^1.0.0",
"browserify": "~12.0.1",
"grunt-browserify2": "~0.1.8",
"grunt-contrib-watch": "~0.5.3",
"grunt-nodemon": "~0.2.1",
"jade": "~1.3.0",
"jquery": "~2.1.0",
"less": "~1.7.0",
"markdown": "^0.5.0",
"minimist": "^1.1.2",
"url-builder": "0.2.0"
},
"author": "Simon McManus",
"license": "BSD-2-Clause",
"devDependencies": {
"grunt-concurrent": "~0.5.0"
}
}