UNPKG

830 BJSONView Raw
1{
2 "name": "broccoli-caching-writer",
3 "version": "0.3.0",
4 "description": "Broccoli plugin that allows simple caching (while still allowing N:N) based on the input tree hash.",
5 "main": "index.js",
6 "author": "Robert Jackson",
7 "license": "MIT",
8 "repository": {
9 "type": "git",
10 "url": "https://github.com/rjackson/broccoli-caching-writer.git"
11 },
12 "scripts": {
13 "test": "mocha tests/"
14 },
15 "keywords": [
16 "broccoli-plugin",
17 "javascript"
18 ],
19 "dependencies": {
20 "broccoli-writer": "~0.1.1",
21 "broccoli-kitchen-sink-helpers": "~0.2.0",
22 "mkdirp": "~0.4.0",
23 "quick-temp": "~0.1.2",
24 "walk-sync": "~0.1.2"
25 },
26 "devDependencies": {
27 "mocha": "~1.18.2",
28 "rimraf": "~2.2.6",
29 "broccoli": "~0.9.0",
30 "expect.js": "~0.3.1",
31 "mkdirp": "~0.4.0",
32 "rsvp": "~3.0.6"
33 }
34}