-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
32 lines (32 loc) · 930 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
{
"name": "broccoli-test-builder",
"version": "0.4.0",
"description": "build a conventional test tree",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/bustlelabs/broccoli-test-builder.git"
},
"keywords": [
"broccoli-plugin"
],
"author": "Cory Forsyth <[email protected]> (http://coryforsyth.com/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/201-created/broccoli-test-builder/issues"
},
"homepage": "https://github.com/201-created/broccoli-test-builder",
"dependencies": {
"broccoli-amd-loader": "^0.2.0",
"broccoli-babel-transpiler": "^5.6.2",
"broccoli-concat": "^3.2.0",
"broccoli-funnel": "^1.1.0",
"broccoli-lint-eslint": "^4.0.0",
"broccoli-merge-trees": "^2.0.0",
"broccoli-replace": "^0.12.0",
"qunitjs": "^2.1.1"
}
}