UNPKG

ember-material-icons

Version:

Google Material icons for your ember-cli app

50 lines (49 loc) 1.31 kB
{ "name": "broccoli-concat", "version": "3.2.2", "description": "Fast, good-enough concatenation with source maps.", "main": "index.js", "files": [ "concat.js", "concat-without-source-maps.js", "index.js", "lib/" ], "scripts": { "test": "mocha --recursive", "test:debug": "mocha --no-timeouts debug", "bench": "node bench/info && bench bench/suites -i 10" }, "repository": "https://github.com/ember-cli/broccoli-concat", "author": "Edward Faulkner <ef@alum.mit.edu>", "license": "MIT", "keywords": [ "broccoli-plugin" ], "devDependencies": { "bench-cli": "^0.1.0", "broccoli": "^0.16.9", "broccoli-merge-trees": "^1.1.1", "chai": "^3.5.0", "chai-as-promised": "^6.0.0", "chai-files": "^1.2.0", "fixturify": "^0.3.2", "mocha": "^3.0.0", "quick-temp": "^0.1.3", "sourcemap-validator": "^1.0.4" }, "dependencies": { "broccoli-kitchen-sink-helpers": "^0.3.1", "broccoli-plugin": "^1.3.0", "broccoli-stew": "^1.3.3", "ensure-posix-path": "^1.0.2", "fast-sourcemap-concat": "^1.0.1", "find-index": "^1.1.0", "fs-extra": "^1.0.0", "fs-tree-diff": "^0.5.6", "lodash.merge": "^4.3.0", "lodash.omit": "^4.1.0", "lodash.uniq": "^4.2.0", "walk-sync": "^0.3.1" } }