UNPKG

904 BJSONView Raw
1{
2 "name" : "browser-launcher",
3 "version" : "0.0.0",
4 "description" : "detect and launch browser versions, headlessly or otherwise",
5 "main" : "index.js",
6 "bin" : {},
7 "directories" : {
8 "example" : "example",
9 "test" : "test"
10 },
11 "dependencies" : {
12 "headless" : "~0.1.0",
13 "merge" : "~1.0.0",
14 "mkdirp" : "~0.3.3"
15 },
16 "repository" : {
17 "type" : "git",
18 "url" : "git://github.com/substack/browser-launcher.git"
19 },
20 "homepage" : "https://github.com/substack/browser-launcher",
21 "keywords" : [
22 "browser",
23 "headless",
24 "phantom",
25 "chrome",
26 "firefox",
27 "chromium"
28 ],
29 "author" : {
30 "name" : "James Halliday",
31 "email" : "mail@substack.net",
32 "url" : "http://substack.net"
33 },
34 "license" : "MIT",
35 "engine" : { "node" : ">=0.6" }
36}