ember-frost-test
Version:
The place for all the frosty testing things
61 lines • 1.59 kB
JSON
{
"name": "ember-frost-test",
"version": "4.0.2",
"description": "The place for all the frosty testing things",
"directories": {
"doc": "doc",
"test": "tests"
},
"scripts": {
"build": "ember build",
"lint": "lint-all-the-things",
"start": "ember server",
"test": "npm run lint"
},
"repository": {
"type": "git",
"url": "https://github.com/ciena-frost/ember-frost-test.git"
},
"engines": {
"node": ">= 6.0.0"
},
"author": "Michael Carroll (https://github.com/juwara0)",
"contributors": [
"Adam Meadows (https://github.com/job13er)"
],
"license": "MIT",
"devDependencies": {
"bower": "^1.8.2",
"broccoli-asset-rev": "^2.4.5",
"ember-ajax": "^2.5.6",
"ember-cli": "2.12.3",
"ember-cli-dependency-checker": "^1.3.0",
"ember-cli-frost-blueprints": "^5.0.2",
"ember-cli-htmlbars": "^1.1.1",
"ember-cli-htmlbars-inline-precompile": "0.3.12",
"ember-cli-inject-live-reload": "^1.4.1",
"ember-cli-shims": "^1.0.2",
"ember-cli-uglify": "^1.2.0",
"ember-disable-prototype-extensions": "^1.1.0",
"ember-export-application-global": "^1.0.5",
"ember-load-initializers": "^0.6.0",
"ember-resolver": "^2.0.3",
"ember-source": "~2.12.0",
"ember-test-utils": "^8.1.1",
"loader.js": "^4.2.3"
},
"keywords": [
"ember-addon",
"frost",
"testing"
],
"dependencies": {
"bluebird": "^3.4.7",
"chalk": "^2.3.0",
"ember-cli-babel": "^5.1.7"
},
"ember-addon": {
"after": "ember-frost-core",
"configPath": "tests/dummy/config"
}
}