{
  "name": "ember-fastboot-server",
  "version": "0.7.3",
  "description": "Production server for running Ember applications using FastBoot",
  "main": "./lib/server",
  "scripts": {
    "test": "mocha"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ember-fastboot/ember-fastboot-server.git"
  },
  "keywords": [
    "ember",
    "fastboot"
  ],
  "author": "Tom Dale and FastBoot contributors",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/ember-fastboot/ember-fastboot-server/issues"
  },
  "bin": {
    "ember-fastboot": "./bin/ember-fastboot"
  },
  "homepage": "https://github.com/ember-fastboot/ember-fastboot-server#readme",
  "dependencies": {
    "chalk": "^0.5.1",
    "cookie": "^0.2.3",
    "debug": "^2.1.0",
    "exists-sync": "0.0.3",
    "express": "^4.13.3",
    "express-cluster": "0.0.4",
    "glob": "^4.0.5",
    "minimist": "^1.2.0",
    "najax": "^0.4.0",
    "rsvp": "^3.0.16",
    "simple-dom": "^0.3.0",
    "source-map-support": "^0.4.0"
  },
  "devDependencies": {
    "chai": "^3.5.0",
    "chai-as-promised": "^5.2.0",
    "fs-promise": "^0.5.0",
    "mocha": "^2.4.5",
    "request-promise": "^2.0.1",
    "temp": "^0.8.3"
  }
}
