-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 874 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
43
{
"name": "ermock",
"version": "1.1.0",
"description": "Express middleware to mock requests with js and json files",
"author": "Jeppe Hasseriis",
"license": "MIT",
"main": "lib/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"cors": "^2.8.5",
"debug": "^4.1.1",
"is-what": "^3.5.0",
"path-to-regexp": "^6.1.0",
"rcload": "^1.0.0"
},
"directories": {
"lib": "lib"
},
"files": [
"lib"
],
"engines": {
"node": ">=6"
},
"repository": {
"type": "git",
"url": "git+https://github.com/cenobitedk/ermock.git"
},
"bugs": {
"url": "https://github.com/cenobitedk/ermock/issues"
},
"homepage": "https://github.com/cenobitedk/ermock#readme",
"keywords": [
"express",
"middleware",
"mock",
"json",
"node",
"nodejs"
]
}