-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
42 lines (42 loc) · 890 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": "location",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "node app.js",
"test": "jest test/test.js"
},
"nyc": {
"exclude": [
"SQS.js"
]
},
"author": "",
"license": "ISC",
"dependencies": {
"assert": "^1.4.1",
"aws-sdk": "^2.188.0",
"bluebird": "^3.5.1",
"cassandra-driver": "^3.3.0",
"chai": "^4.1.2",
"chai-http": "^3.0.0",
"cron": "^1.3.0",
"event-stream": "^3.3.4",
"faker": "^4.1.0",
"fs": "0.0.1-security",
"jest": "^22.2.2",
"koa": "^2.4.1",
"koa-bodyparser": "^4.2.0",
"koa-router": "^7.4.0",
"newrelic": "^2.7.0",
"nyc": "^11.4.1",
"path": "^0.12.7",
"readline": "^1.3.0",
"redis": "^2.8.0",
"should": "^13.2.1",
"sqs-consumer": "^3.8.0",
"supertest": "^3.0.0",
"supertest-koa-agent": "^0.3.0"
}
}