-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·50 lines (50 loc) · 1.21 KB
/
package.json
File metadata and controls
executable file
·50 lines (50 loc) · 1.21 KB
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
{
"name": "phantomhive",
"description": "Manage phantomjs processes with nodejs.",
"keywords": [
"cli",
"remote",
"testing",
"phantomjs",
"stress testing",
"headless",
"browser"
],
"author": "SNAP Interactive, Inc.",
"contributors": [
{
"name": "Wei Kin Huang",
"email": "whuang@snap-interactive.com"
},
{
"name": "Man Hoang",
"email": "mhoang@snap-interactive.com"
},
{
"name": "Devin Cooper",
"email": "dcooper@snap-interactive.com"
}
],
"version": "0.2.0",
"homepage": "https://github.com/SnapInteractive/node-phantomhive",
"repository": {
"type": "git",
"url": "https://github.com/SnapInteractive/node-phantomhive.git"
},
"bugs": {
"url": "https://github.com/SnapInteractive/node-phantomhive/issues"
},
"licenses": [
{
"type": "Apache-2.0",
"url": "http://www.apache.org/licenses/LICENSE-2.0"
}
],
"main": "src/Phantom.js",
"dependencies": {
"socket.io": ">=0.9.10"
},
"engines": {
"node": "0.8.x"
}
}