-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
41 lines (41 loc) · 1.03 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
{
"name": "exso",
"version": "1.0.0",
"description": "\"exsolvo\" to release",
"engines": {
"node": "4.4.4"
},
"main": "index.js",
"scripts": {
"test": "istanbul cover _mocha $(find . -path ./node_modules -prune -o -name '*.test.js')",
"posttest": "istanbul check-coverage && rm -rf coverage"
},
"author": "",
"license": "ISC",
"dependencies": {
"async": "^2.0.0-rc.3",
"bunyan": "^1.8.0",
"express": "^4.13.4",
"github-webhook-handler": "^0.5.0",
"github4": "^0.5.5",
"lodash.findwhere": "^3.1.0",
"lodash.pluck": "^3.1.2",
"random-words": "0.0.1",
"semver": "^5.1.0",
"service-locator": "^1.0.0"
},
"devDependencies": {
"eslint": "^2.8.0",
"eslint-config-clock": "^1.0.2",
"eslint-config-standard": "^5.1.0",
"eslint-plugin-promise": "^1.1.0",
"eslint-plugin-standard": "^1.3.2",
"istanbul": "^0.4.3",
"mc-logger": "0.0.0",
"mocha": "^2.4.5",
"mockdate": "^1.0.4",
"nock": "^8.0.0",
"rewire": "^2.5.1",
"supertest": "^1.2.0"
}
}