forked from seglo/connect-prism
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
60 lines (60 loc) · 1.23 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
{
"name": "connect-prism",
"version": "0.6.0",
"description": "Record, mock, and proxy HTTP traffic.",
"main": "index.js",
"scripts": {
"test": "grunt test"
},
"repository": {
"type": "git",
"url": "https://github.com/seglo/connect-prism"
},
"author": {
"name": "Sean Glover",
"email": "[email protected]",
"url": "http://randonom.com/blog/"
},
"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.0.9",
"connect": "^3.1.0",
"express": "^4.8.2",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-connect": "~0.7.1",
"grunt-contrib-jshint": "~0.10.0",
"grunt-express": "^1.4.1",
"grunt-mocha-test": "~0.10.2",
"querystring": "^0.2.0"
},
"dependencies": {
"di": "^2.0.0-pre-12",
"grunt": "~0.4.5",
"http-proxy": "~0.10.3",
"lodash": "~2.4.1"
},
"peerDependencies": {
"grunt": "~0.4.1"
},
"keywords": [
"mock",
"record",
"proxy",
"connect",
"http",
"prism",
"test",
"vcr"
]
}