ember-material-icons
Version:
Google Material icons for your ember-cli app
39 lines (38 loc) • 1.03 kB
JSON
{
"name": "ember-test-helpers",
"version": "0.6.3",
"description": "Helpers for testing Ember.js applications",
"homepage": "https://github.com/switchfly/ember-test-helpers#readme",
"bugs": {
"url": "https://github.com/switchfly/ember-test-helpers/issues"
},
"license": "(MIT OR Apache-2.0)",
"contributors": [
"Dan Gebhardt",
"Robert Jackson",
"Stefan Penner",
"Ryan Florence",
"Adolfo Builes"
],
"main": "lib/ember-test-helpers.js",
"repository": {
"type": "git",
"url": "git+https://github.com/switchfly/ember-test-helpers.git"
},
"scripts": {
"start": "ember serve",
"test": "ember try:each"
},
"dependencies": {},
"devDependencies": {
"broccoli-babel-transpiler": "^5.5.0",
"broccoli-concat": "^3.0.5",
"broccoli-funnel": "^1.0.5",
"broccoli-lint-eslint": "^2.7.0",
"broccoli-merge-trees": "^1.1.5",
"ember-cli": "^2.10.0",
"ember-cli-release": "^1.0.0-beta.1",
"exists-sync": "0.0.3",
"loader.js": "^4.0.10"
}
}