browser-launcher2
Version:
Detect, launch and stop browser versions
54 lines (53 loc) • 1.03 kB
JSON
{
"name": "browser-launcher2",
"version": "0.4.6",
"description": "Detect, launch and stop browser versions",
"main": "index.js",
"scripts": {
"lint": "jscs . && jshint index.js lib/ example/"
},
"directories": {
"example": "example",
"res": "res"
},
"dependencies": {
"headless": "^0.1.7",
"lodash": "^2.4.1",
"mkdirp": "^0.5.0",
"osenv": "^0.1.0",
"plist": "^1.0.1",
"win-detect-browsers": "^1.0.1",
"uid": "0.0.2",
"rimraf": "~2.2.8"
},
"repository": {
"type": "git",
"url": "git://github.com/benderjs/browser-launcher2.git"
},
"homepage": "https://github.com/benderjs/browser-launcher2",
"keywords": [
"browser",
"headless",
"phantom",
"chrome",
"firefox",
"chromium",
"safari",
"ie",
"opera",
"osx",
"windows"
],
"author": "James Halliday <mail@substack.net> (http://substack.net)",
"contributors": [
"CKSource (http://cksource.com/)"
],
"license": "MIT",
"engine": {
"node": ">=0.8"
},
"devDependencies": {
"jscs": "^1.5.8",
"jshint": "^2.5.2"
}
}