forked from amir20/phantomjs-node
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 916 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
42
{
"author": "Sam Gentle <[email protected]>",
"name": "phantom",
"description": "PhantomJS wrapper for Node",
"homepage": "https://github.com/sgentle/phantomjs-node",
"version": "0.7.2",
"repository": {
"type": "git",
"url": "git://github.com/sgentle/phantomjs-node.git"
},
"contributors": [
{
"name": "Amir Raminfar",
"email": "[email protected]"
}
],
"main": "phantom.js",
"engines": {
"node": ">=v0.8.0"
},
"dependencies": {
"dnode": "~1.2.1",
"shoe": "~0.0.15",
"win-spawn": "~2.0.0",
"traverse": "~0.6.3"
},
"devDependencies": {
"browserify": "10.0.0",
"coffee-script": "~1.9.2",
"coffeeify": "^1.1.0",
"express": "3.2.5",
"temp": "~0.4.0",
"ps-tree": "~0.0.2",
"vows": "~0.7.0",
"bluebird": "~1.2.3",
"phantomjs": "~1.9.7-5"
},
"license": "MIT",
"scripts": {
"test": "cake test"
}
}