{
  "name": "startup",
  "version": "1.1.1",
  "description": "Node.js HTTP app runner",
  "scripts": {
    "test": "./node_modules/.bin/mocha"
  },
  "bin": {
    "startup": "bin/startup"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/camshaft/startup.git"
  },
  "keywords": [
    "app",
    "runner",
    "cluster",
    "express",
    "connect",
    "http",
    "development"
  ],
  "author": "Cameron Bytheway <bytheway.cameron@gmail.com>",
  "license": "MIT",
  "readmeFilename": "README.md",
  "engines": {
    "node": ">=0.8.x"
  },
  "dependencies": {
    "cli-table": "~0.2.0",
    "commander": "~1.1.1",
    "envs": "~0.1.3",
    "node-dev": "~3.1.2",
    "uuid": "^3.0.0",
    "win-fork": "~1.1.1"
  },
  "devDependencies": {
    "should": "~1.2.1",
    "mocha": "~1.8.1",
    "express": "~3.1.0",
    "connect": "~2.7.2",
    "ejs": "~0.8.3"
  }
}
