{
  "author": "Evan Tahler <evantahler@gmail.com>",
  "name": "actionhero",
  "description": "actionhero.js is a multi-transport API Server with integrated cluster capabilities and delayed tasks",
  "version": "11.2.3",
  "homepage": "http://actionherojs.com",
  "repository": {
    "type": "git",
    "url": "git://github.com/evantahler/actionhero.git"
  },
  "main": "actionhero.js",
  "keywords": [
    "api",
    "realtime",
    "socket",
    "http",
    "https",
    "web",
    "game",
    "cluster",
    "soa",
    "action",
    "task",
    "delay",
    "service",
    "tcp"
  ],
  "engines": {
    "node": ">=0.10.0"
  },
  "dependencies": {
    "async": "1.2.1",
    "browser_fingerprint": "0.0.6",
    "fakeredis": "0.3.1",
    "formidable": "1.0.17",
    "grunt": "0.4.5",
    "mime": "1.3.4",
    "node-resque": "0.16.2",
    "node-uuid": "1.4.3",
    "optimist": "0.6.1",
    "primus": "3.1.1",
    "redis": "0.12.1",
    "uglify-js": "2.4.23",
    "winston": "1.0.0",
    "ws": "0.7.2"
  },
  "devDependencies": {
    "mocha": "2.2.5",
    "should": "6.0.3",
    "request": "2.57.0",
    "coveralls": "2.11.2",
    "istanbul": "0.3.15"
  },
  "optionalDependencies": {},
  "bin": {
    "actionhero": "./bin/actionhero"
  },
  "scripts": {
    "postinstall": "echo 'To generate a new actionhero project, run \"node ./node_modules/.bin/actionhero generate\"'",
    "help": "node ./bin/actionhero help",
    "test": "NODE_ENV=test mocha",
    "test-travis": "NODE_ENV=test ./node_modules/istanbul/lib/cli.js cover ./node_modules/.bin/_mocha",
    "coverage": "cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js",
    "start": "node ./bin/actionhero",
    "build-gh-pages": "git subtree push --prefix docs origin gh-pages", 
    "postpublish" : "npm run-script build-gh-pages"
  }
}
