-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
42 lines (42 loc) · 1002 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
34
35
36
37
38
39
40
41
42
{
"name": "broth",
"version": "2.3.0",
"description": "Super simple browser testing influenced by testling and smokestack",
"main": "index.js",
"bin": {
"broth": "./bin/broth"
},
"stability": "experimental",
"scripts": {
"test": "browserify test/minimal.js | ./bin/broth firefox | tap-spec",
"gendocs": "gendocs > README.md"
},
"repository": {
"type": "git",
"url": "https://github.com/DamonOehlman/broth.git"
},
"keywords": [
"testing",
"browser"
],
"author": "Damon Oehlman <damon.oehlman@gmail.com>",
"license": "ISC",
"bugs": {
"url": "https://github.com/DamonOehlman/broth/issues"
},
"homepage": "https://github.com/DamonOehlman/broth",
"dependencies": {
"bl": "^1.0.0",
"http-proxy": "^1.9.0",
"out": "^1.0.0",
"st": "^1.2.0",
"tap-finished": "0.0.1",
"through2": "^2.0.0",
"ws": "^3.0.0"
},
"devDependencies": {
"browserify": "^14.3.0",
"tap-spec": "^4.1.0",
"tape": "^4.2.0"
}
}