-
Notifications
You must be signed in to change notification settings - Fork 34
/
package.json
58 lines (58 loc) · 1.22 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
{
"author": {
"email": "[email protected]",
"name": "Rob Schieber",
"url": "https://twitter.com/sheebz"
},
"bugs": {
"mail": "[email protected]",
"url": " https://github.com/sheebz/phantom-proxy/issues"
},
"dependencies": {
"colors": "~0.6.0-1",
"form-data": "~0.0.3",
"mime": "~1.2.7",
"q": "~0.8.8",
"underscore": "~1.4.0",
"express": " ~3.0.3",
"socket.io": "~0.9.11",
"event-stream": "~3.0.10"
},
"description": "a lightweight proxy that lets you to drive phantomjs from node.",
"devDependencies": {
"cucumber": ">0.0.0",
"mocha": "~1.5.0",
"should": "~1.2.0",
"jshint": "latest"
},
"directories": {
"example": "./example",
"lib": "./lib",
"test": "./test"
},
"engines": {
"node": ">0.6.0"
},
"keywords": [
"phantomjs",
"phantom",
"cucumber",
"cucumberjs",
"feature",
"testing"
],
"licenses": [
{
"type": "MIT",
"url": "https://github.com/sheebz/phantom-proxy/blob/master/README.md"
}
],
"main": "index.js",
"name": "phantom-proxy",
"private": false,
"repository": {
"type": "git",
"url": "https://github.com/sheebz/phantom-proxy"
},
"version": "0.1.792"
}