actionhero
Version:
actionhero.js is a multi-transport API Server with integrated cluster capabilities and delayed tasks
43 lines (42 loc) • 868 B
JSON
{
"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" : {
"chai": "^4.0.0",
"cross-env": "^5.0.5",
"dirty-chai": "^2.0.0",
"mocha": "^3.5.0",
"standard": "^10.0.3"
},
"scripts" : {
"start" : "actionhero start",
"actionhero" : "actionhero",
"pretest": "standard",
"test" : "cross-env NODE_ENV=test mocha"
},
"standard": {
"ignore": [
"public/javascript/actionheroClient.*"
],
"globals": [
"describe",
"before",
"beforeEach",
"after",
"afterEach",
"it",
"expect"
]
}
}