forked from broccolijs/broccoli-filter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.28 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
{
"name": "broccoli-filter",
"description": "Helper base class for Broccoli plugins that map input files into output files one-to-one",
"version": "1.2.4",
"author": [
"Jo Liss <[email protected]>",
"Caitlin Potter <[email protected]>"
],
"main": "index.js",
"scripts": {
"test": "mocha",
"test:debug": "mocha debug",
"test:debug:brk": "mocha --debug-brk",
"test:watch": "mocha --watch",
"test:coverage": "istanbul cover --config=test/istanbul.yml _mocha"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/broccolijs/broccoli-filter"
},
"keywords": [
"broccoli-helper",
"filter",
"cache"
],
"dependencies": {
"broccoli-kitchen-sink-helpers": "^0.3.1",
"broccoli-plugin": "^1.0.0",
"copy-dereference": "^1.0.0",
"debug": "^2.2.0",
"mkdirp": "^0.5.1",
"promise-map-series": "^0.2.1",
"rsvp": "^3.0.18",
"symlink-or-copy": "^1.0.1",
"walk-sync": "^0.3.1"
},
"devDependencies": {
"broccoli": "^0.16.3",
"broccoli-test-helpers": "^0.0.9",
"chai": "^3.0.0",
"chai-as-promised": "^5.1.0",
"coveralls": "^2.11.4",
"istanbul": "^0.4.4",
"minimatch": "^3.0.3",
"mocha": "^3.0.2",
"rimraf": "^2.4.2",
"sinon": "^1.15.3"
}
}