UNPKG

actionhero

Version:

actionhero.js is a multi-transport API Server with integrated cluster capabilities and delayed tasks

76 lines (75 loc) 2.01 kB
{ "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": "13.4.2", "homepage": "http://www.actionherojs.com", "license": "Apache-2.0", "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": ">=4.0.0" }, "dependencies": { "async": "^1.5.0", "browser_fingerprint": "^0.0.6", "etag": "^1.7.0", "fakeredis": "^1.0.0", "formidable": "^1.0.17", "i18n": "^0.8.1", "ioredis": "^2.0.0", "is-running": "^2.0.0", "mime": "^1.3.4", "node-resque": "^2.0.5", "node-uuid": "^1.4.4", "optimist": "^0.6.1", "primus": "^5.2.1", "qs": "^6.0.1", "uglify-js": "^2.6.0", "winston": "^2.0.0", "ws": "^1.0.1" }, "devDependencies": { "mocha": "^2.5.1", "should": "^9.0.1", "request": "^2.65.0", "coveralls": "^2.11.4", "istanbul": "^0.4.0", "eslint": "^2.11.0" }, "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 test.js", "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", "site": "cd site && EXECJS_RUNTIME=Node bundle exec middleman", "site:publish": "cd site && ./deploy.sh", "postpublish": "npm run-script site:publish", "lint": "eslint ." } }