UNPKG

actionhero

Version:

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

27 lines (26 loc) 591 B
{ "author" : "YOU <YOU@example.com>", "name" : "my_actionhero_project", "description" : "my actionhero project", "version" : "0.0.1", "engines" : { "node": ">=4.0.0" }, "dependencies" : { "actionhero" : "%%versionNumber%%", "ws" : "latest", "fakeredis" : "latest", "ioredis" : "latest" }, "devDependencies" : { "cross-env" : "latest", "chai" : "latest", "dirty-chai" : "latest", "mocha" : "latest" }, "scripts" : { "start" : "actionhero start", "actionhero" : "actionhero", "test" : "cross-env NODE_ENV=test mocha" } }