-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 938 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
37
38
39
40
41
42
{
"name": "rolltime-historic-api",
"version": "0.1.0",
"description": "Historic API for Rolltime daa.",
"main": "server.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "make test",
"start": "node server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/rolltime/rolltime-historic-api.git"
},
"keywords": [
"historic",
"api",
"rolltime",
"public",
"bike"
],
"author": "Luis Capelo",
"license": "MIT",
"bugs": {
"url": "https://github.com/rolltime/rolltime-historic-api/issues"
},
"homepage": "https://github.com/rolltime/rolltime-historic-api#readme",
"dependencies": {
"body-parser": "^1.13.3",
"chai": "^3.2.0",
"cors": "^2.7.1",
"express": "^4.13.3",
"file-stream-rotator": "0.0.6",
"mocha": "^2.3.2",
"moment": "^2.10.6",
"morgan": "^1.6.1",
"pg": "^4.4.1",
"should": "^7.1.0"
}
}