UNPKG

ember-material-icons

Version:

Google Material icons for your ember-cli app

38 lines (37 loc) 864 B
{ "name": "broccoli-debug", "version": "0.6.1", "description": "Enable easy debugging of broccoli pipelines with broccoli-debug!", "main": "src/index.js", "scripts": { "test": "qunit tests/**/*-test.js", "test:lint": "qunit tests/lint-test.js" }, "keywords": [ "broccoli", "plugin" ], "author": "Robert Jackson <me@rwjblue.com>", "license": "MIT", "repository": {}, "homepage": "", "files": [ "src/" ], "devDependencies": { "broccoli-test-helper": "^1.1.0", "co": "^4.6.0", "qunit-eslint": "^1.0.0", "qunitjs": "^2.3.2", "symlink-or-copy": "^1.1.8" }, "dependencies": { "broccoli-plugin": "^1.2.1", "fs-tree-diff": "^0.5.2", "heimdalljs": "^0.2.1", "heimdalljs-logger": "^0.1.7", "minimatch": "^3.0.3", "sanitize-filename": "^1.6.1", "tree-sync": "^1.2.2" } }