UNPKG

actionhero

Version:

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

91 lines (90 loc) 2.02 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": "17.1.3", "homepage": "http://www.actionherojs.com", "license": "Apache-2.0", "repository": { "type": "git", "url": "git://github.com/actionhero/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": "^2.6.0", "browser_fingerprint": "^0.1.0", "dot-prop": "^4.1.1", "etag": "^1.8.1", "fakeredis": "^2.0.0", "formidable": "^1.0.17", "i18n": "^0.8.3", "ioredis": "^3.2.2", "is-running": "^2.0.1", "jsdoc": "^3.5.5", "mime": "^1.6.0", "node-resque": "^4.0.9", "optimist": "^0.6.1", "primus": "^7.1.0", "qs": "^6.5.1", "uglify-js": "^3.3.4", "uuid": "^3.1.0", "winston": "^2.4.0", "ws": "^3.3.3" }, "devDependencies": { "chai": "^4.0.0", "cross-env": "^5.1.3", "dirty-chai": "^2.0.0", "docdash": "clenemt/docdash", "mocha": "^3.5.3", "request": "^2.83.0", "standard": "^10.0.3" }, "optionalDependencies": {}, "bin": { "actionhero": "./bin/actionhero" }, "standard": { "ignore": [ "bin/templates", "docs", "client" ], "globals": [ "describe", "before", "beforeEach", "after", "afterEach", "it", "expect" ] }, "scripts": { "postinstall": "echo 'To generate a new actionhero project, run \"node ./node_modules/.bin/actionhero generate\"'", "help": "node ./bin/actionhero help", "test": "cross-env NODE_ENV=test mocha", "pretest": "standard", "start": "node ./bin/actionhero", "docs": "jsdoc -c jsdoc-conf.json" } }