UNPKG

ember-material-icons

Version:

Google Material icons for your ember-cli app

50 lines (49 loc) 1.07 kB
{ "name": "loader.js", "version": "4.4.0", "description": "loader.js =========", "main": "dist/loader/loader.js", "directories": { "test": "tests" }, "dependencies": {}, "devDependencies": { "ara": "0.0.3", "babel-core": "^5.0.0", "babel5-plugin-strip-heimdall": "^5.0.2", "heimdalljs": "^0.3.2", "jscs": "^2.11.0", "jshint": "^2.9.2", "mkdirp": "^0.5.1", "ora": "^0.2.1", "promise-map-series": "^0.2.2", "qunitjs": "^1.20.0", "testem": "^1.0.0" }, "scripts": { "test": "testem ci && jshint lib tests && jscs lib tests", "test:dev": "testem", "prepublish": "./build.js" }, "files": [ "dist", "index.js", "utils.js" ], "author": "", "license": "MIT", "bugs": { "url": "https://github.com/ember-cli/loader.js/issues" }, "homepage": "https://github.com/ember-cli/loader.js", "repository": { "type": "git", "url": "https://github.com/ember-cli/loader.js.git" }, "keywords": [ "ember-addon" ], "ember-addon": { "main": "index.js" } }