forked from mashery/iodocs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 818 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
{
"name": "iodocs",
"version": "0.0.1",
"description": "Live API Documentation and Browsing",
"homepage": "http://mashery.com",
"keywords": [
"livedocs",
"iodocs",
"documentation",
"api"
],
"author": "Mashery, Inc. <nmansilla@mashery.com>",
"contributors": [
"Kelly Miyashiro <kelly@mashery.com.com>",
"Neil Mansilla <neil@mashery.com>",
"Mike Squires <msquires@mashery.com>",
"Uriah Welcome <uriah@mashery.com>"
],
"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.4.0"
}
}