{
  "name": "ember-cli",
  "version": "0.1.1",
  "main": "lib/cli/index.js",
  "description": "Command line tool for developing ambitious ember.js apps",
  "trackingCode": "UA-49225444-1",
  "bin": {
    "ember": "./bin/ember"
  },
  "scripts": {
    "test": "node tests/runner",
    "test-all": "node tests/runner all",
    "autotest": "mocha --watch --reporter spec tests/**/*-test.js"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/stefanpenner/ember-cli.git"
  },
  "engines": {
    "node": ">= 0.10.0"
  },
  "keywords": [
    "ember.js",
    "ember",
    "cli",
    "app",
    "kit",
    "app-kit",
    "ember-app-kit"
  ],
  "author": "Ember core team and ember cli contributors",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/stefanpenner/ember-cli/issues"
  },
  "bundledDependencies": [
    "bower",
    "bower-config",
    "broccoli",
    "broccoli-caching-writer",
    "broccoli-clean-css",
    "broccoli-concat",
    "broccoli-es3-safe-recast",
    "broccoli-es6-concatenator",
    "broccoli-file-mover",
    "broccoli-file-remover",
    "broccoli-filter",
    "broccoli-jshint",
    "broccoli-kitchen-sink-helpers",
    "broccoli-merge-trees",
    "broccoli-sane-watcher",
    "broccoli-static-compiler",
    "broccoli-uglify-js",
    "broccoli-unwatched-tree",
    "chalk",
    "concat-stream",
    "configstore",
    "connect-livereload",
    "core-object",
    "diff",
    "express",
    "findup",
    "fs-extra",
    "git-repo-info",
    "glob",
    "inflection",
    "inquirer",
    "leek",
    "lodash-node",
    "minimatch",
    "mkdirp",
    "morgan",
    "ncp",
    "nopt",
    "npm",
    "pleasant-progress",
    "proxy-middleware",
    "quick-temp",
    "readline2",
    "resolve",
    "rimraf",
    "rsvp",
    "semver",
    "testem",
    "through",
    "tiny-lr",
    "walk-sync"
  ],
  "dependencies": {
    "abbrev": "^1.0.5",
    "bower": "^1.3.5",
    "bower-config": "0.5.2",
    "broccoli": "0.13.0",
    "broccoli-caching-writer": "0.4.2",
    "broccoli-clean-css": "0.2.0",
    "broccoli-concat": "0.0.11",
    "broccoli-es3-safe-recast": "1.0.0",
    "broccoli-es6-concatenator": "0.1.8",
    "broccoli-file-mover": "0.4.1",
    "broccoli-file-remover": "0.3.1",
    "broccoli-filter": "0.1.7",
    "broccoli-jshint": "0.5.3",
    "broccoli-kitchen-sink-helpers": "0.2.5",
    "broccoli-merge-trees": "0.2.0",
    "broccoli-sane-watcher": "0.0.7",
    "broccoli-static-compiler": "0.2.0",
    "broccoli-uglify-js": "0.1.3",
    "broccoli-unwatched-tree": "0.1.1",
    "broccoli-writer": "0.1.1",
    "chalk": "0.5.1",
    "concat-stream": "^1.4.6",
    "configstore": "0.3.1",
    "connect-livereload": "0.4.0",
    "core-object": "0.0.2",
    "diff": "^1.0.8",
    "express": "^4.8.5",
    "findup": "0.1.5",
    "fs-extra": "0.12.0",
    "git-repo-info": "^1.0.2",
    "glob": "^4.0.5",
    "inflection": "^1.4.0",
    "inquirer": "0.5.1",
    "js-string-escape": "^1.0.0",
    "leek": "0.0.12",
    "lodash-node": "^2.4.1",
    "minimatch": "^1.0.0",
    "mkdirp": "0.5.0",
    "morgan": "^1.2.2",
    "ncp": "0.6.0",
    "nopt": "^3.0.1",
    "npm": "^2.0.0",
    "pleasant-progress": "^1.0.1",
    "proxy-middleware": "0.5.1",
    "quick-temp": "0.1.2",
    "readline2": "0.1.0",
    "resolve": "^1.0.0",
    "rimraf": "^2.2.8",
    "rsvp": "^3.0.14",
    "semver": "^3.0.1",
    "symlink-or-copy": "^1.0.0",
    "temp": "0.8.1",
    "testem": "0.6.19",
    "through": "^2.3.4",
    "tiny-lr": "0.1.4",
    "walk-sync": "0.1.3",
    "yam": "0.0.16"
  },
  "devDependencies": {
    "chai": "^1.9.1",
    "chai-as-promised": "^4.1.1",
    "mocha": "^1.18.0",
    "mocha-jshint": "0.0.7",
    "node-require-timings": "0.0.2",
    "supertest": "0.13.0",
    "tmp-sync": "^1.0.1"
  }
}
