UNPKG

ember-material-icons

Version:

Google Material icons for your ember-cli app

40 lines (39 loc) 984 B
{ "name": "ember-cli-broccoli-sane-watcher", "version": "2.0.4", "description": "Alternative watcher that uses sane module instead of polling", "main": "index.js", "scripts": { "test": "mocha tests", "test:debug": "mocha --no-timeout debug tests" }, "repository": { "type": "git", "url": "https://github.com/ember-cli/broccoli-sane-watcher.git" }, "keywords": [ "broccoli", "watch", "watcher" ], "author": "Kris Selden", "license": "MIT", "bugs": { "url": "https://github.com/ember-cli/broccoli-sane-watcher/issues" }, "homepage": "https://github.com/ember-cli/broccoli-sane-watcher", "dependencies": { "broccoli-slow-trees": "^3.0.1", "heimdalljs": "^0.2.1", "heimdalljs-logger": "^0.1.7", "rsvp": "^3.0.18", "sane": "^1.1.1" }, "devDependencies": { "chai": "^3.2.0", "chai-as-promised": "^5.1.0", "ember-cli-broccoli": "^0.17.0", "mocha": "^2.0.1", "rimraf": "^2.2.8" } }