ember-cli-blueprint-test-helpers
Version:
Blueprint test helpers for ember-cli. Mocks ember-cli for generate and destroy commands.
48 lines (47 loc) • 1.22 kB
JSON
{
"name": "ember-cli-blueprint-test-helpers",
"version": "0.19.2",
"description": "Blueprint test helpers for ember-cli. Mocks ember-cli for generate and destroy commands.",
"main": "index.js",
"scripts": {
"changelog": "lerna-changelog",
"lint": "mocha tests/lint-test",
"test": "npm run lint && mocha tests node-tests --recursive"
},
"ember-addon": {
"main": "index.js"
},
"repository": {
"type": "git",
"url": "https://github.com/ember-cli/ember-cli-blueprint-test-helpers.git"
},
"keywords": [
"ember-addon",
"ember"
],
"author": "Jake Bixby",
"license": "MIT",
"dependencies": {
"chai": "^4.1.0",
"chai-as-promised": "^7.0.0",
"chai-files": "^1.0.0",
"debug": "^4.1.0",
"ember-cli-internal-test-helpers": "^0.9.1",
"fs-extra": "^7.0.0",
"testdouble": "^3.2.6",
"tmp-sync": "^1.0.0"
},
"devDependencies": {
"ember-cli": "^3.5.0-beta.1",
"eslint": "^5.7.0",
"eslint-plugin-chai-expect": "^2.0.1",
"eslint-plugin-mocha": "^5.2.0",
"lerna-changelog": "^0.8.2",
"mocha": "^5.0.0",
"mocha-eslint": "^4.0.0",
"strip-ansi": "^5.0.0"
},
"engines": {
"node": "6.* || 8.* || >= 10.*"
}
}