-
Notifications
You must be signed in to change notification settings - Fork 72
/
package.json
50 lines (50 loc) · 1.18 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
49
50
{
"name": "JsonBird",
"version": "1.4.0",
"description": "A remote data interface proxy service",
"author": {
"name": "xCss",
"mail": "[email protected]"
},
"license": "MIT",
"private": true,
"scripts": {
"start": "supervisor node ./bin/www",
"super": "supervisor ./bin/www"
},
"repository": {
"type": "git",
"url": "git+https://github.com/xCss/JsonBird.git"
},
"keywords": [
"JsonBird",
"proxy",
"data interface proxy",
"remote data interface proxy"
],
"bugs": {
"url": "https://github.com/xCss/JsonBird/issues"
},
"readme": "./readme.md",
"homepage": "https://github.com/xCss/JsonBird#readme",
"dependencies": {
"big-integer": "^1.6.17",
"blueimp-md5": "^2.7.0",
"body-parser": "~1.15.1",
"cookie-parser": "~1.4.3",
"debug": "~2.2.0",
"express": "~4.13.4",
"express-generator": "^4.13.4",
"helmet": "^2.3.0",
"js-base64": "^2.1.9",
"lodash": "^4.17.4",
"morgan": "~1.7.0",
"node-ga": "^0.1.1",
"pug": "^2.0.0-beta6",
"querystring": "^0.2.0",
"request": "^2.81.0",
"serve-favicon": "~2.3.0",
"superagent": "^2.3.0",
"universal-analytics": "^0.4.16"
}
}