forked from node-migrator-bot/browser-launcher
-
Notifications
You must be signed in to change notification settings - Fork 13
/
package.json
53 lines (53 loc) · 1.01 KB
/
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
43
44
45
46
47
48
49
50
51
52
53
{
"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"
}
}