ember-cli-frost-blueprints
Version:
The place for all the frosty blueprints
37 lines • 933 B
JSON
{
"name": "ember-cli-frost-blueprints",
"version": "5.0.2",
"description": "The place for all the frosty blueprints",
"scripts": {
"lint": "lint-all-the-things",
"node-test": "istanbul cover _mocha -- --recursive tests/",
"afternode-test": "find . -type d -empty -delete",
"test": "npm run lint && npm run node-test"
},
"repository": {
"type": "git",
"url": "https://github.com/ciena-frost/ember-cli-frost-blueprints.git"
},
"engines": {
"node": ">= 6.0.0"
},
"author": "Adam Meadows (https://github.com/job13er)",
"contributors": [
"Michael Carroll (https://github.com/juwara0)"
],
"license": "MIT",
"devDependencies": {
"chai": "^3.5.0",
"chalk": "^2.3.0",
"ember-cli": "2.12.3",
"ember-test-utils": "^8.1.1",
"istanbul": "^0.4.5",
"mocha": "^3.2.0"
},
"keywords": [
"ember-addon",
"frost",
"blueprints"
],
"dependencies": {}
}