forked from mashery/iodocs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.14 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
44
45
46
47
{
"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]>",
"Rowan Hill https://github.com/rowanhill"
],
"repository": {
"type": "git",
"url": "git://github.com/mashery/iodocs.git"
},
"dependencies": {
"clone": "0.1.1",
"connect-redis": "1.0.6",
"express": "3.3.1",
"jade": "0.32.0",
"node-json-minify": ">= 0.1.3-a",
"oauth": "0.9.10",
"redis": "0.8.3",
"querystring": "0.1.0",
"supervisor": ">= 0.5.x",
"yargs": ">= 1.2.1"
},
"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"
}
}