-
Notifications
You must be signed in to change notification settings - Fork 14
/
package.json
33 lines (33 loc) · 856 Bytes
/
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
{
"name": "travis-multirunner",
"bin": {
"travis-sync": "./bin/travis-sync",
"start": "./start.sh",
"start-chrome": "./start-chrome.sh",
"start-firefox": "./start-firefox.sh",
"start-safari": "./start-safari.sh"
},
"scripts": {
"test": "browserify test/all.js | broth ./start.sh | tap-spec",
"postinstall": "node bin/travis-sync"
},
"repository": {
"type": "git",
"url": "https://github.com/DamonOehlman/travis-multirunner.git"
},
"author": "Damon Oehlman <damon.oehlman@gmail.com>",
"license": "ISC",
"devDependencies": {
"broth": "^2.3.0",
"browserify": "^14.3.0",
"tap-spec": "^4.1.1",
"tape": "^4.6.3"
},
"version": "5.0.0",
"dependencies": {
"browser-sleuth": "^0.3.1",
"djo-shell": "^1.0.0",
"formatter": "^0.4.1",
"normalize-package-data": "^5.0.0"
}
}