This repository has been archived by the owner on Sep 12, 2022. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 43
/
package.json
67 lines (67 loc) · 1.42 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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
{
"name": "connect-prism",
"version": "1.0.21",
"description": "Record, mock, and proxy HTTP traffic.",
"main": "index.js",
"scripts": {
"test": "grunt test",
"test:watch": "grunt test:watch"
},
"repository": {
"type": "git",
"url": "https://github.com/seglo/connect-prism"
},
"author": {
"name": "Sean Glover",
"email": "[email protected]",
"url": "http://seanglover.com/"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/seglo/connect-prism/blob/master/LICENSE-MIT"
}
],
"bugs": {
"url": "https://github.com/seglo/connect-prism/issues"
},
"engines": {
"node": ">= 0.10.0"
},
"devDependencies": {
"compression": "^1.6.2",
"connect": "^3.5.0",
"express": "^4.14.0",
"grunt": "^0.4.5",
"grunt-contrib-clean": "^1.0.0",
"grunt-contrib-connect": "^1.0.2",
"grunt-contrib-jshint": "^1.1.0",
"grunt-contrib-watch": "^1.0.0",
"grunt-express": "^1.4.1",
"grunt-mocha-test": "^0.13.2",
"mocha": "^3.2.0",
"q": "^1.4.1",
"querystring": "^0.2.0"
},
"dependencies": {
"body-parser": "^1.18.2",
"director": "^1.2.8",
"forwarded-for": "^1.0.0",
"http-proxy": "^1.13.1",
"lodash": "^4.3.0",
"q": "^1.4.1",
"winston": "^2.1.1"
},
"keywords": [
"mock",
"record",
"proxy",
"connect",
"middleware",
"stub",
"http",
"prism",
"test",
"vcr"
]
}