{
  "name": "dreadnot",
  "version": "0.2.1",
  "bin": {
    "dreadnot": "./bin/dreadnot"
  },
  "scripts": {
    "lint": "node_modules/.bin/jshint lib/**/*.js --config jshint.json",
    "test": "mocha"
  },
  "main": "lib/dreadnot.js",
  "repository": {
    "type": "git",
    "url": "https://github.com/racker/dreadnot"
  },
  "bugs": {
    "url": "https://github.com/racker/dreadnot/issues"
  },
  "keywords": [
    "deployment",
    "deployinator"
  ],
  "description": "Dreadnot is a 'one click' deploy tool written in Node.js.",
  "contributors": [
    "Russell Haering <russellhaering@gmail.com>",
    "Ryan Phillips <ryan.phillips@rackspace.com>",
    "Brandon Philips <brandon@ifup.org>",
    "Justin Gallardo <justin.gallardo@gmail.com>",
    "Michael Burns <maburns@gmail.com>",
    "Rob Emanuele <rob@emanuele.us>"
  ],
  "dependencies": {
    "bcryptjs": "2.3.0",
    "qs": "3.1.0",
    "async": "0.1.12",
    "chai": "^3.4.0",
    "connect": "1.7.x",
    "emailjs": "^0.3.12",
    "express": "2.5.6",
    "graphite": "0.0.6",
    "irc": "0.3.3",
    "jade": "0.20.0",
    "jshint": "0.7.1",
    "keystone-client": "0.3.1",
    "logmagic": "0.1.4",
    "markdown": "0.3.1",
    "mkdirp": "0.2.1",
    "mocha": "^2.3.3",
    "node-hipchat": "0.1.0",
    "node-slackr": "0.1.0",
    "octonode": "^0.7.4",
    "optimist": "0.2.0",
    "rewire": "^2.3.4",
    "request": "2.74.0",
    "socket.io": "0.8.7",
    "slack-notify": "0.1.1",
    "underscore": "^1.8.3"
  },
  "analyze": true,
  "license": "Apache 2.0",
  "devDependencies": {
    "tape": "^4.0.0"
  }
}
