{
  "name": "rockup",
  "version": "0.0.6",
  "description": "Deploy and configure Meteor applications",
  "repository": {
    "type": "git",
    "url": "https://github.com/emmerge/rockup.git"
  },
  "main": "index.js",
  "preferGlobal": true,
  "bin": {
    "rock": "./bin/rock.js"
  },
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "keywords": [
    "meteor",
    "deploy",
    "launch",
    "node"
  ],
  "author": "Emmerge, Inc.",
  "license": "MIT",
  "dependencies": {
    "archiver": "^1.0.0",
    "async": "^2.0.0-rc.6",
    "cli-color": "^1.1.0",
    "clui": "^0.3.1",
    "colors": "^1.1.2",
    "commander": "^2.9.0",
    "ejs": "^2.4.2",
    "nodemiral": "^1.1.1",
    "underscore": "^1.8.3"
  }
}
