forked from bitovi/launchpad
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
65 lines (65 loc) · 1.35 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
54
55
56
57
58
59
60
61
62
63
64
65
{
"name": "launchpad",
"description": "You can launch browsers! From NodeJS! Local ones! Remote ones! Browserstack ones!",
"version": "0.5.3",
"homepage": "https://github.com/ekryski/launchpad",
"author": {
"name": "Eric Kryski",
"email": "e.kryski@gmail.com",
"web": "http://erickryski.com"
},
"repository": {
"type": "git",
"url": "git@github.com:ekryski/launchpad.git"
},
"contributors": [
{
"name": "David Luecke",
"email": "daff@neyeon.com"
}
],
"licenses": [
{
"type": "MIT",
"url": "http://opensource.org/licenses/MIT"
}
],
"main": "lib/index.js",
"engines": {
"node": "^0.12"
},
"scripts": {
"test": "grunt test --stack"
},
"devDependencies": {
"decache": "^3.0.3",
"expect.js": "^0.3.1",
"grunt": "^0.4.5",
"grunt-cli": "^0.1.13",
"grunt-contrib-jshint": "^0.11.2",
"grunt-release": "^0.13.0",
"grunt-simple-mocha": "^0.4.0",
"mocha": "^2.3.0",
"phantomjs": "^1.9.18",
"useragent": "^2.1.7"
},
"dependencies": {
"async": "^1.4.2",
"browserstack": "^1.2.0",
"debug": "^2.2.0",
"plist": "^1.1.0",
"q": "^1.4.1",
"restify": "^4.0.0",
"underscore": "^1.8.3"
},
"keywords": [
"browsers",
"launcher",
"chrome",
"ie",
"firefox",
"opera",
"phantomjs",
"browserstack"
]
}