-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 741 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 741 Bytes
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
{
"name": "captran",
"version": "0.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "./node_modules/mocha/bin/mocha tests/"
},
"author": "James Moon <mooniker@gmail.com>",
"license": "MIT",
"dependencies": {
"bottleneck": "^1.12.0",
"gtfs-realtime-bindings": "0.0.4",
"ioredis": "^2.1.0",
"lodash": "^4.14.0",
"request": "^2.74.0",
"request-promise": "^4.0.2"
},
"devDependencies": {
"chai": "^3.5.0",
"codeclimate-test-reporter": "^0.3.3",
"eslint": "^3.12.0",
"eslint-config-standard": "^6.2.1",
"eslint-plugin-promise": "^3.4.0",
"eslint-plugin-standard": "^2.0.1",
"mocha": "^2.5.3",
"standard": "^8.6.0",
"supertest": "^1.2.0"
}
}