forked from ember-cli/broccoli-asset-rewrite
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 922 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
{
"name": "broccoli-asset-rewrite",
"version": "2.0.0",
"description": "broccoli plugin to rewrite a source tree from an asset map.",
"main": "index.js",
"scripts": {
"test": "mocha tests",
"test:cover": "istanbul cover ./node_modules/mocha/bin/_mocha tests"
},
"repository": {
"type": "git",
"url": "git://github.com/rickharrison/broccoli-asset-rewrite"
},
"keywords": [
"broccoli",
"broccoli-plugin",
"asset",
"rewrite",
"fingerprint"
],
"author": "Rick Harrison",
"license": "MIT",
"bugs": {
"url": "https://github.com/rickharrison/broccoli-asset-rewrite/issues"
},
"homepage": "https://github.com/rickharrison/broccoli-asset-rewrite",
"dependencies": {
"broccoli-filter": "^1.2.3"
},
"devDependencies": {
"broccoli": "^0.16.9",
"codecov": "^1.0.1",
"istanbul": "^0.4.1",
"mocha": "~3.0.2",
"walk-sync": "~0.1.2"
}
}