forked from amir20/phantomjs-node
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
35 lines (35 loc) · 804 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
{
"author": "Sam Gentle <[email protected]>",
"name": "phantom",
"description": "PhantomJS wrapper for Node",
"homepage": "https://github.com/MarcelloDiSimone/phantomjs-node",
"version": "0.3.5",
"repository": {
"type": "git",
"url": "https://github.com/MarcelloDiSimone/phantomjs-node.git"
},
"main": "phantom.js",
"engines": {
"node": ">=v0.4.9"
},
"dependencies": {
"dnode-protocol": "0.1.1",
"dnode": "0.9.6",
"express": "~3.0.0"
},
"devDependencies": {
"browserify": "~1.13.0",
"traverse": "~0.6.3",
"coffee-script": "~1.3.3",
"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"
}
}