-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 880 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
{
"name": "express-save-replay",
"version": "2.0.4",
"description": "A pair of route handlers. One of them is supposed to proxy all requests to a given host then save and return the response. The other one is supposed to be able to mock and replay a \"session\" of responses created by the other one.",
"keywords": [
"test",
"save",
"record",
"replay",
"express",
"proxy"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"main": "index.js",
"author": "tibor.moger",
"license": "MIT",
"dependencies": {
"express-http-proxy": "^0.6.0",
"express": "^4.13.4"
},
"devDependencies": {
"eslint": "^3.7.0",
"eslint-config-airbnb-base": "^8.0.0",
"eslint-plugin-import": "^1.16.0"
},
"repository": {
"type": "git",
"url": "https://github.com/Hapcy/express-save-replay.git"
}
}