forked from recruit-tech/agreed-core
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.17 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
{
"name": "agreed-core",
"version": "3.0.0",
"description": "agreed is a mock server and test client, agreed will be helper for Consumer Driven Contract",
"main": "index.js",
"scripts": {
"test": "eater",
"lcov": "nyc --reporter=lcov npm test",
"codecov": "npm run lcov && codecov"
},
"repository": {
"type": "git",
"url": "https://github.com/recruit-tech/agreed-core"
},
"bugs": {
"url": "https://github.com/recruit-tech/agreed-core/issues"
},
"homepage": "https://github.com/recruit-tech/agreed-core",
"keywords": [
"agreed",
"consumer",
"driven",
"contract",
"mock",
"test",
"server"
],
"author": "yosuke-furukawa",
"license": "MIT",
"dependencies": {
"json5": "^0.5.0",
"jsonschema": "^1.1.0",
"path-to-regexp": "^1.5.3",
"stable": "^0.1.6",
"yamljs": "^0.2.8"
},
"devDependencies": {
"assert-stream": "^1.0.0",
"body-parser": "^1.15.2",
"codecov": "^1.0.1",
"eater": "^3.2.0",
"espower-loader": "^1.0.0",
"express": "^4.14.0",
"is-empty": "^1.0.0",
"must-call": "^1.0.0",
"nyc": "^10.3.2",
"plz-port": "^1.0.0",
"power-assert": "^1.4.1"
}
}