Permalink
Cannot retrieve contributors at this time
Fetching contributors…

{ | |
"author": "Sam Gentle <sam@samgentle.com>", | |
"name": "phantom", | |
"description": "PhantomJS wrapper for Node", | |
"homepage": "https://github.com/sgentle/phantomjs-node", | |
"version": "0.3.5", | |
"repository": { | |
"type": "git", | |
"url": "git://github.com/sgentle/phantomjs-node.git" | |
}, | |
"main": "phantom.js", | |
"engines": { | |
"node": ">=v0.4.9" | |
}, | |
"dependencies": { | |
"dnode-protocol": "~0.2.2", | |
"dnode": "~0.9.12", | |
"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" | |
} | |
} |