bricks-cli
Version:
Command line tool for developing ambitious ember.js apps
42 lines (41 loc) • 1.07 kB
JSON
{
"name": "broccoli-sane-watcher",
"version": "0.0.5",
"description": "Alternative watcher that uses sane module instead of polling",
"main": "index.js",
"scripts": {
"test": "mocha tests/"
},
"repository": {
"type": "git",
"url": "https://github.com/krisselden/broccoli-sane-watcher.git"
},
"keywords": [
"broccoli",
"watch",
"watcher"
],
"author": {
"name": "Kris Selden"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/krisselden/broccoli-sane-watcher/issues"
},
"homepage": "https://github.com/krisselden/broccoli-sane-watcher",
"dependencies": {
"rsvp": "~3.0.8",
"sane": "~0.5.1",
"broccoli": "~0.12.2"
},
"devDependencies": {
"broccoli": "^0.12.2",
"broccoli-static-compiler": "^0.1.4",
"mocha": "^1.20.0",
"rimraf": "^2.2.8"
},
"readme": "A drop in replacement for Broccoli's Watcher that uses the sane module for file watching.\n",
"readmeFilename": "README.md",
"_id": "broccoli-sane-watcher@0.0.5",
"_from": "broccoli-sane-watcher@0.0.5"
}