ember-material-icons
Version:
Google Material icons for your ember-cli app
30 lines (29 loc) • 689 B
JSON
{
"name": "ember-cli-test-info",
"version": "1.0.0",
"description": "extracted test info for blueprints and addons",
"main": "index.js",
"scripts": {
"test": "mocha test"
},
"files": [
"index.js"
],
"repository": {
"type": "git",
"url": "git+https://github.com/ember-cli/ember-cli-test-info.git"
},
"author": "ember-cli contributors",
"license": "ISC",
"bugs": {
"url": "https://github.com/ember-cli/ember-cli-test-info/issues"
},
"homepage": "https://github.com/ember-cli/ember-cli-test-info#readme",
"dependencies": {
"ember-cli-string-utils": "^1.0.0"
},
"devDependencies": {
"chai": "^3.2.0",
"mocha": "^2.2.5"
}
}