forked from WiserSolutions/quadro
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
73 lines (73 loc) · 1.74 KB
/
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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
{
"name": "quadro",
"version": "0.7.3",
"keywords": [
"framework",
"quadro",
"node"
],
"license": "MIT",
"engines": {
"node": ">= 7.6.0"
},
"main": "lib/index.js",
"repository": {
"type": "git",
"url": "https://github.com/WisePricer/quadro.git"
},
"dependencies": {
"amqplib": "^0.5.1",
"await-outside": "^2.1.2",
"aws-sdk": "^2.101.0",
"bluebird": "^3.5.0",
"bunyan": "^1.8.12",
"bunyan-logstash-tcp": "^1.0.0",
"chai": "^4.1.1",
"chai-as-promised": "^7.1.1",
"chai-subset": "^1.5.0",
"co": "^4.6.0",
"colors": "^1.1.2",
"dot-object": "^1.6.0",
"eslint": "^4.5.0",
"eslint-config-standard": "^10.2.1",
"eslint-plugin-import": "^2.7.0",
"eslint-plugin-node": "^5.1.1",
"eslint-plugin-promise": "^3.5.0",
"eslint-plugin-standard": "^3.0.1",
"espree": "^3.5.0",
"events-async": "^1.1.0",
"forever-agent": "^0.6.1",
"glob": "^7.1.2",
"inflected": "^2.0.2",
"js-yaml": "^3.9.1",
"koa": "^2.3.0",
"koa-body": "^2.5.0",
"koa-router": "^7.2.1",
"local-dynamo": "^0.5.0",
"lodash": "^4.17.4",
"minimist": "^1.2.0",
"mocha": "^3.5.0",
"moment": "^2.18.1",
"mongodb": "^2.2.31",
"mz": "^2.6.0",
"nock": "^9.0.14",
"nodemon": "^1.11.0",
"prettyjson": "^1.2.1",
"redis": "^2.8.0",
"redislock": "^1.3.0",
"request": "^2.81.0",
"request-promise": "^4.2.1",
"shortid": "^2.2.8",
"sinon": "^3.2.1",
"sinon-chai": "^2.13.0",
"statsd-client": "^0.4.0",
"supertest": "^3.0.0"
},
"scripts": {
"test": "nyc --reporter=text-summary --reporter=lcov node examples/app/app.js test"
},
"devDependencies": {
"strip-ansi": "^4.0.0",
"test-console": "^1.0.0"
}
}