forked from mashery/iodocs
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
37 lines (37 loc) · 836 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
33
34
35
36
37
{
"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]>"
],
"repository": {
"type": "git",
"url": "git://github.com/mashery/iodocs.git"
},
"dependencies": {
"connect-redis": "1.0.6",
"express": "2.5.8",
"jade": "0.13",
"oauth": "0.9.3",
"redis": ">= 0.7.0",
"querystring": "0.1.0"
},
"devDependencies": {},
"main": "index",
"engines": {
"node": "0.8.x",
"npm": "1.1.x"
}
}