Skip to content
This repository has been archived by the owner on Dec 10, 2024. It is now read-only.

Cleanup package.json #136

Merged
merged 3 commits into from
Nov 11, 2016
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
72 changes: 35 additions & 37 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,40 +2,45 @@
"name": "ember-cli-mocha",
"version": "0.11.0",
"description": "Mocha and Chai tests for ember-cli applications",
"keywords": [
"chai",
"ember",
"ember-addon",
"mocha"
],
"homepage": "https://github.com/ember-cli/ember-cli-mocha",
"bugs": {
"url": "https://github.com/ember-cli/ember-cli-mocha/issues"
},
"license": "Apache-2.0",
"author": "Dan Gebhardt",
"main": "index.js",
"directories": {
"doc": "doc",
"test": "tests"
},
"repository": {
"type": "git",
"url": "https://github.com/ember-cli/ember-cli-mocha.git"
},
"scripts": {
"build": "ember build",
"start": "ember server",
"test": "ember try:testall"
},
"ember-addon": {
"configPath": "tests/dummy/config",
"main": "index.js"
},
"repository": {
"type": "git",
"url": "https://github.com/switchfly/ember-cli-mocha.git"
},
"keywords": [
"ember-addon",
"ember",
"mocha",
"chai"
],
"authors": [
"Dan Gebhardt"
],
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/switchfly/ember-cli-mocha/issues"
},
"homepage": "https://github.com/switchfly/ember-cli-mocha",
"engines": {
"node": ">= 0.10.0"
"dependencies": {
"broccoli-babel-transpiler": "^5.5.0",
"broccoli-concat": "^2.1.0",
"broccoli-funnel": "^1.0.1",
"broccoli-merge-trees": "^1.1.1",
"chai": "^3.5.0",
"ember-cli-babel": "^5.1.6",
"ember-cli-test-loader": "^1.1.0",
"ember-cli-version-checker": "^1.1.6",
"ember-mocha": "^0.9.1",
"exists-sync": "0.0.3",
"mocha": "^2.5.3",
"resolve": "^1.1.7"
},
"devDependencies": {
"broccoli-asset-rev": "^2.4.2",
Expand All @@ -58,18 +63,11 @@
"ember-try": "^0.2.2",
"loader.js": "^4.0.1"
},
"dependencies": {
"broccoli-babel-transpiler": "^5.5.0",
"broccoli-concat": "^2.1.0",
"broccoli-funnel": "^1.0.1",
"broccoli-merge-trees": "^1.1.1",
"chai": "^3.5.0",
"ember-cli-babel": "^5.1.6",
"ember-cli-test-loader": "^1.1.0",
"ember-cli-version-checker": "^1.1.6",
"ember-mocha": "^0.9.1",
"exists-sync": "0.0.3",
"mocha": "^2.5.3",
"resolve": "^1.1.7"
"engines": {
"node": ">= 0.10.0"
},
"ember-addon": {
"configPath": "tests/dummy/config",
"main": "index.js"
}
}