-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.06 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.06 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
{
"name": "data-provider",
"version": "4.1.0",
"description": "RioBus data-provider application",
"main": "src/app.js",
"scripts": {
"test": "mocha test/* test/**/* --timeout 20000",
"start": "node src/app.js",
"install": "npm install -g mocha-co@1.17.1-co.1"
},
"compiler": "commonjs",
"repository": {
"type": "git",
"url": "https://github.com/riobus/data-provider"
},
"author": "Fred Souza <fred@riob.us> (http://fmsouza.github.io)",
"bugs": {
"url": "https://github.com/riobus/data-provider/issues"
},
"homepage": "http://github.com/RioBus/data-provider",
"license": "GNU-GPL v2",
"keywords": [
"es6",
"ECMAscript6",
"nodejs",
"node",
"desktop",
"server",
"wrapper",
"infrastructure"
],
"dependencies": {
"body-parser": "^1.14.1",
"co": "^4.6.0",
"colors": "^1.1.2",
"compression": "^1.5.2",
"express": "^4.13.3",
"fs-extra": "^0.26.0",
"moment": "^2.10.6",
"moment-timezone": "^0.4.1",
"mongodb": "^1.4.4",
"request": "^2.72.0",
"robe": "^1.0.0"
}
}