-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 841 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 841 Bytes
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
{
"name": "api_blueprint_server",
"version": "0.0.1",
"description": "Generates and serves html versions of api blueprints from a github repository",
"main": "index.coffee",
"scripts": {
"start": "coffee app.coffee"
},
"author": "Juan González <opsi@opsiland.info>",
"engines": {
"node": "0.12.x"
},
"license": "MIT",
"repository": "https://github.com/opsidao/api_blueprint_server",
"readme": "https://github.com/opsidao/api_blueprint_server/blob/master/README.md",
"dependencies": {
"aglio": "^2.1.1",
"basic-auth-connect": "^1.0.0",
"bootstrap": "^3.3.5",
"coffee-script": "^1.10.0",
"express": "^4.13.3",
"github": "^0.2.4",
"jade": "^1.11.0",
"nib": "^1.0.4",
"node-cache": "^3.0.0",
"rfr": "^1.2.1",
"serve-favicon": "^2.3.0",
"stylus": "^0.49.3"
}
}