{
  "name": "ember-mocha",
  "version": "0.12.0",
  "description": "Mocha helpers for testing Ember.js applications",
  "homepage": "https://github.com/emberjs/ember-mocha",
  "bugs": {
    "url": "https://github.com/emberjs/ember-mocha/issues"
  },
  "license": "Apache-2.0",
  "contributors": [
    "Dan Gebhardt",
    "Robert Jackson"
  ],
  "main": "lib/ember-mocha.js",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/emberjs/ember-mocha.git"
  },
  "scripts": {
    "build": "ember build",
    "start": "ember serve",
    "test": "ember test"
  },
  "files": [
    "build-support",
    "lib"
  ],
  "dependencies": {
    "ember-test-helpers": "^0.6.3"
  },
  "devDependencies": {
    "broccoli-babel-transpiler": "^5.5.0",
    "broccoli-concat": "^2.3.4",
    "broccoli-funnel": "^1.0.6",
    "broccoli-lint-eslint": "^2.6.0",
    "broccoli-merge-trees": "^1.1.4",
    "broccoli-rollup": "^1.0.3",
    "broccoli-string-replace": "^0.1.1",
    "ember-cli": "^2.7.0",
    "ember-cli-release": "^0.2.7",
    "exists-sync": "0.0.3",
    "git-repo-version": "^0.4.0",
    "loader.js": "^4.2.3",
    "resolve": "^1.1.7",
    "rollup-plugin-alias": "^1.3.1",
    "rollup-plugin-node-resolve": "^2.0.0"
  }
}
