forked from localmed/api-mock
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
52 lines (52 loc) · 1.14 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
{
"name": "api-mock",
"version": "0.3.2-mfg5",
"description": "A mock server generated from your API Blueprint.",
"author": "Evan Cordell <[email protected]>",
"main": "lib/api-mock.js",
"bin": {
"api-mock": "bin/api-mock"
},
"scripts": {
"test": "scripts/test",
"build": "scripts/build",
"prepublish": "scripts/prepublish"
},
"dependencies": {
"express": "^4.16.1",
"optimist": "^0.6.1",
"protagonist": "^1.6.8",
"uri-template": "^1.0.1",
"winston": "^2.4.0"
},
"devDependencies": {
"chai": "^4.1.2",
"codo": "^2.1.2",
"coffee-coverage": "^2.0.1",
"coffee-errors": "^0.8.6",
"coffee-script": "^1.12.7",
"coveralls": "^3.0.0",
"jscoverage": "^0.6.0",
"mocha": "^3.5.3",
"mocha-lcov-reporter": "^1.3.0",
"nock": "^9.0.22",
"proxyquire": "^1.8.0",
"sinon": "^4.0.0",
"supertest": "^3.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/localmed/api-mock"
},
"keywords": [
"api",
"test",
"testing",
"documenation",
"integration",
"acceptance",
"server",
"stub"
],
"license": "MIT"
}