-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.01 KB
/
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
{
"name": "iodocs",
"version": "0.0.1",
"description": "Live API Documentation and Browsing",
"homepage": "http://mashery.com",
"keywords": [
"livedocs",
"iodocs",
"documentation",
"api"
],
"author": "Mashery, Inc. <[email protected]>",
"contributors": [
"Kelly Miyashiro <[email protected]>",
"Neil Mansilla <[email protected]>",
"Mike Squires <[email protected]>",
"Uriah Welcome <[email protected]>",
"Alex Adkins <[email protected]>"
],
"repository": {
"type": "git",
"url": "git://github.com/mashery/iodocs.git"
},
"dependencies": {
"connect-redis": "1.0.6",
"express": "3.3.1",
"jade": "0.32.0",
"oauth": "0.9.10",
"redis": "0.8.3",
"querystring": "0.1.0",
"supervisor": ">= 0.5.x"
},
"devDependencies": {},
"main": "index",
"engines": {
"node": ">= 0.4.0",
"npm": ">= 1.1.49"
},
"scripts": {
"start": "node_modules/.bin/supervisor -e 'js|json' app",
"startwin": "supervisor -e 'js' app"
}
}