{
  "name": "deploy-js",
  "version": "0.0.3",
  "description": "Deploy JS applications with a single command",
  "main": "index.js",
  "scripts": {
    "test": "node node_modules/mocha/bin/mocha tests/**/*-test.js"
  },
  "author": "",
  "license": "MIT",
  "dependencies": {
    "cli": "^1.0.1",
    "console-ui": "^1.0.3",
    "core-object": "^3.1.0",
    "ember-cli-deploy": "duizendnegen/ember-cli-deploy#d7ce222159421fa01ccc143f636699495f7f3294",
    "promise": "^7.1.1"
  },
  "bin": {
    "deployjs": "bin/deploy.js"
  },
  "devDependencies": {
    "chai": "^3.5.0",
    "chai-as-promised": "^6.0.0",
    "mocha": "^3.3.0"
  }
}
