Skip to content

Commit

Permalink
Merge pull request #136 from Turbo87/package-json
Browse files Browse the repository at this point in the history
Cleanup package.json
  • Loading branch information
Turbo87 committed Nov 11, 2016
2 parents 5096cc7 + c517ac2 commit 17fb387
Showing 1 changed file with 35 additions and 37 deletions.
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"
}
}

0 comments on commit 17fb387

Please sign in to comment.