-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.17 KB
/
package.json
File metadata and controls
54 lines (54 loc) · 1.17 KB
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
51
52
53
54
{
"name": "proxy",
"version": "4.0.1",
"description": "RioBus proxy application",
"main": "src/app.js",
"scripts": {
"test": "mocha test/* test/**/*",
"start": "node src/app.js",
"install": "npm install -g mocha-co@1.17.1-co.1"
},
"repository": {
"type": "git",
"url": "https://github.com/riobus/proxy"
},
"keywords": [
"riobus",
"transporte",
"transport",
"mobilidade",
"mobility",
"publico",
"public",
"rj",
"onibus",
"bus",
"nodejs",
"node",
"desktop",
"server"
],
"license": "http://github.com/RioBus/proxy/blob/master/LICENSE",
"bugs": {
"url": "http://github.com/RioBus/proxy/issues"
},
"homepage": "http://github.com/RioBus/proxy",
"dependencies": {
"bluebird": "^3.3.4",
"body-parser": "1.14.1",
"co": "4.6.0",
"co-express": "1.2.1",
"compression": "1.5.2",
"crypto-js": "^3.1.6",
"express": "4.13.3",
"fs-extra": "0.26.0",
"helmet": "^1.3.0",
"json-web-token": "^1.6.3",
"moment": "2.10.6",
"moment-timezone": "0.4.1",
"mongodb": "1.4.4",
"nodealytics": "0.0.6",
"request-promise": "1.0.2",
"robe": "0.12.0"
}
}