ember-cli
Version:
Command line tool for developing ambitious ember.js apps
62 lines (61 loc) • 1.73 kB
JSON
{
"name": "broccoli-caching-writer",
"version": "0.4.2",
"description": "Broccoli plugin that allows simple caching (while still allowing N:N) based on the input tree hash.",
"main": "index.js",
"author": {
"name": "Robert Jackson"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/rjackson/broccoli-caching-writer.git"
},
"scripts": {
"test": "mocha tests/"
},
"keywords": [
"broccoli-plugin",
"javascript"
],
"dependencies": {
"broccoli-writer": "~0.1.1",
"broccoli-kitchen-sink-helpers": "~0.2.0",
"mkdirp": "~0.4.0",
"quick-temp": "~0.1.2",
"walk-sync": "~0.1.2",
"rsvp": "~3.0.6"
},
"devDependencies": {
"mocha": "~1.18.2",
"rimraf": "~2.2.6",
"broccoli": "~0.9.0",
"expect.js": "~0.3.1",
"mkdirp": "~0.4.0"
},
"gitHead": "9f29e3e71a94aad6dfab954c6903888ae9727f0c",
"bugs": {
"url": "https://github.com/rjackson/broccoli-caching-writer/issues"
},
"homepage": "https://github.com/rjackson/broccoli-caching-writer",
"_id": "broccoli-caching-writer@0.4.2",
"_shasum": "7b741be78a396d13c93647242985ce35c1af032d",
"_from": "broccoli-caching-writer@0.4.2",
"_npmVersion": "2.0.0-beta.0",
"_npmUser": {
"name": "rwjblue",
"email": "robert.w.jackson@me.com"
},
"maintainers": [
{
"name": "rwjblue",
"email": "robert.w.jackson@me.com"
}
],
"dist": {
"shasum": "7b741be78a396d13c93647242985ce35c1af032d",
"tarball": "http://registry.npmjs.org/broccoli-caching-writer/-/broccoli-caching-writer-0.4.2.tgz"
},
"directories": {},
"_resolved": "https://registry.npmjs.org/broccoli-caching-writer/-/broccoli-caching-writer-0.4.2.tgz"
}