-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
48 lines (48 loc) · 1.08 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
48
{
"name": "resource-http",
"version": "1.3.0",
"description": "provides an HTTP API",
"keywords": [
"http",
"resource",
"resources"
],
"repository": {
"type": "git",
"url": "http://github.com/bigcompany/resource-http.git"
},
"main": "./index.js",
"bin": {
"http-server": "./bin/http-server"
},
"dependencies": {
"body-parser": "^1.9.2",
"colors": "*",
"connect-redis": "^3.0.2",
"cookie-parser": "^1.3.3",
"cors": "*",
"debug": "*",
"express": "4.x.x",
"express-session": "^1.9.1",
"hyperquest": "*",
"i18n-2": "^0.4.6",
"merge-params": "1.1.x",
"parse-service-request": "^1.3.0",
"passport": "^0.2.1",
"passport-http": "^0.3.0",
"resource": "0.8.x",
"serve-favicon": "^2.1.6",
"serve-static": "^1.6.4",
"view": "https://github.com/stackvana/view/tarball/master",
"ws": "^1.0.1"
},
"devDependencies": {
"tap": "*",
"request": "*"
},
"scripts": {
"test": "node ./test/webserver-test.js"
},
"license": "MIT",
"author": "Marak Squires <[email protected]>"
}