forked from codeforamerica/courtbot
-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
41 lines (41 loc) · 927 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
{
"name": "courtbot",
"version": "0.0.1",
"description": "Deliver simple court data via JSON or SMS.",
"main": "web.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Sam Hashemi",
"license": "MIT",
"engines": {
"node": "0.10.x"
},
"dependencies": {
"async": "~0.2.10",
"bluebird": "~1.1.1",
"chai": "^2.1.2",
"csv-parse": "0.0.1",
"dotenv": "^1.1.0",
"express": "~3.4.8",
"knex": "~0.5.8",
"logfmt": "~0.23.0",
"mocha": "^2.2.4",
"moment": "~2.5.1",
"nock": "^1.2.1",
"pg": "~2.11.1",
"request": "~2.34.0",
"sha1": "~1.1.0",
"sleep": "^2.0.0",
"timekeeper": "0.0.5",
"twilio": "~1.6.0",
"underscore": "~1.6.0"
},
"devDependencies": {
"cookie-parser": "^1.3.5",
"sinon": "^1.15.4",
"sinon-chai": "^2.8.0",
"supertest": "^0.15.0",
"supertest-session": "^0.0.7"
}
}