slimerjs-edge
Version:
npm wrapper for installing the bleeding edge version of slimerjs
59 lines (58 loc) • 1.3 kB
JSON
{
"name": "slimerjs-edge",
"version": "0.10.0pre-3",
"keywords": [
"slimerjs",
"headless",
"gecko"
],
"description": "npm wrapper for installing the bleeding edge version of slimerjs",
"homepage": "https://github.com/bitjson/slimerjs-edge",
"repository": {
"type": "git",
"url": "git://github.com/bitjson/slimerjs-edge.git"
},
"licenses": [
{
"type": "Apache-2.0",
"url": "http://www.apache.org/licenses/LICENSE-2.0.html"
}
],
"author": {
"name": "Dan Pupius",
"email": "dan@obvious.com",
"url": "http://pupius.co.uk"
},
"maintainers": [
{
"name": "Thomas Grainger",
"email": "tagrain@gmail.com",
"web": "http://graingert.co.uk/"
},
{
"name": "David Hanskopeit",
"email": "david@monkey-works.de",
"web": "http://www.monkey-works.de/"
}
],
"main": "lib/slimerjs",
"bin": {
"slimerjs-edge": "./bin/slimerjs"
},
"scripts": {
"install": "node install.js",
"test": "nodeunit --reporter=minimal test/tests.js"
},
"dependencies": {
"adm-zip": "0.4.7",
"kew": "~0.6.0",
"ncp": "2.0.0",
"npmconf": "2.1.2",
"mkdirp": "0.5.1",
"rimraf": "~2.4.0",
"which": "~1.1.1"
},
"devDependencies": {
"nodeunit": "~0.9.1"
}
}