{
  "name": "power",
  "public": true,
  "version": "0.1.0",
  "description": "",
  "homepage": "http://feilaoda.github.com/power",
  "main": "./server.js",
  "subdomain": "power",
  "author": "'feilaoda' <azhenglive@gmail.com>",
  "keywords": [
    "node"
  ],
  "maintainers": [{
    "name": "feilaoda",
    "email": "azhenglive@gmail.com"
  }],
  "contributors": [

  ],
  "licenses": [
    {
      "type": "GPLv3",
      "url": ""
    }
  ],
  "bugs": {
    "url": "https://github.com/feilaoda/power/issues"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/feilaoda/power.git"
  },
  "engines": {
    "node": ">= 0.6.0",
    "npm": ">= 1"
  },
  "dependencies": {
    "async": ">= 0.1.22",
    "coffee-script": "1.3.3",
    "mongodb": ">= 1.1.10",
    "coffeecup": ">= 0.3.17",
    "socket.io": ">= 0.8.7",
    "socket.io-client": ">= 0.9.5",
    "tower": ">= 0.4.2",
    "which": ">= 1.0.5"
  },
  "optionalDependencies": {
    "nodemailer": ">= 0.3.28",
    "kue": ">= 0.3.4"
  },
  "devDependencies": {
    "chokidar": "~0.4.0",
    "stylus": ">= 0.29.0",
    "Faker": ">= 0.1.3",
    "less": ">= 1.2.2",
    "uglify-js": ">= 1.1.1",
    "mocha": ">= 0.12.1",
    "chai": ">= 0.3.3",
    "sinon": ">= 1.3.1",
    "knox": ">= 0.0.11",
    "gzip": ">= 0.1.0",
    "cli-table": ">= 0.0.1",
    "grunt-contrib-less": ">= 0.3.0",
    "grunt-contrib-stylus": ">= 0.3.0",
    "grunt-contrib": ">= 0.2.0",
    "superagent": ">= 0.9.5",
    "wrench": ">= 1.3.8",
    "fibers": "~0.6.8",
    "ejs": ">= 0.6.1"
  },
  "scripts": {
    "test": "./node_modules/mocha/bin/mocha $(find test -name \"*Test.coffee\")",
    "prepublish": "npm prune; rm -rf node_modules/*/{test,example,bench}*",
    "start": "node server.js -e production"
  },
  "tower": {
    "stylesheets": "styl",
    "scripts": "coffee",
    "templates": "coffee"
  }
}
