-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 922 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
{
"name": "node-rest-emulator",
"version": "1.2.0",
"description": "A simple stand alone mock server that uses rest-emulator",
"main": "index.js",
"dependencies": {
"cors": "^2.7.1",
"express": "^4.14.0",
"lodash": "^4.14.1",
"recursive-readdir": "^2.0.0",
"require-nocache": "^1.0.0",
"rest-emulator": "^0.1.3",
"serve-static": "^1.11.1"
},
"devDependencies": {},
"keywords": [
"rest",
"emulator",
"mock",
"simple",
"node",
"frontend"
],
"bin": {
"mock-server": "./index.js"
},
"author": "Pouja",
"license": "MIT",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/Pouja/node-rest-emulator.git"
},
"bugs": {
"url": "https://github.com/Pouja/node-rest-emulator/issues"
},
"homepage": "https://github.com/Pouja/node-rest-emulator"
}