ember-material-icons
Version:
Google Material icons for your ember-cli app
48 lines (47 loc) • 1.15 kB
JSON
{
"name": "ember-cli-htmlbars",
"version": "1.3.3",
"description": "A library for adding htmlbars to ember CLI",
"main": "index.js",
"files": [
"index.js",
"ember-addon-main.js",
"utils.js"
],
"scripts": {
"prepublish": "bower install",
"test": "mocha test/*.js",
"test:debug": "mocha debug test/*.js"
},
"repository": {
"type": "git",
"url": "git@github.com:ember-cli/ember-cli-htmlbars.git"
},
"keywords": [
"ember-cli",
"ember-addon"
],
"ember-addon": {
"main": "ember-addon-main.js"
},
"author": "Jonathan Jackson & Chase McCarthy",
"license": "MIT",
"bugs": {
"url": "https://github.com/ember-cli/ember-cli-htmlbars/issues"
},
"homepage": "https://github.com/ember-cli/ember-cli-htmlbars",
"devDependencies": {
"bower": "^1.3.12",
"broccoli": "^0.16.7",
"broccoli-concat": "2.3.6",
"mocha": "^3.0.2",
"mocha-jshint": "^0.0.9"
},
"dependencies": {
"broccoli-persistent-filter": "^1.0.3",
"ember-cli-version-checker": "^1.0.2",
"hash-for-dep": "^1.0.2",
"json-stable-stringify": "^1.0.0",
"strip-bom": "^2.0.0"
}
}