forked from amir20/phantomjs-node
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 999 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
33
34
35
36
37
38
39
40
41
{
"author": "Sam Gentle <[email protected]>",
"name": "phantom",
"description": "PhantomJS wrapper for Node",
"homepage": "https://github.com/sgentle/phantomjs-node",
"version": "0.5.3",
"repository": {
"type": "git",
"url": "git://github.com/sgentle/phantomjs-node.git"
},
"contributors": [
{
"name": "Amir Raminfar",
"email": "[email protected]"
}
],
"main": "phantom.js",
"engines": {
"node": ">=v0.4.9"
},
"dependencies": {
"dnode": "~1.0.5",
"shoe": "~0.0.10"
},
"devDependencies": {
"browserify": "1.10.9",
"traverse": "~0.6.3",
"coffee-script": "~1.3.3",
"express": "3.2.5",
"temp": "~0.4.0",
"ps-tree": "~0.0.2",
"vows": "~0.6.2"
},
"licenses": {
"type": "MIT",
"url": "http://www.opensource.org/licenses/MIT"
},
"scripts": {
"test": "cake test"
}
}