sails-hook-jobmanager
Version:
A sails hook to schedule and run server side jobs.
41 lines • 926 B
JSON
{
"name": "sails-hook-jobmanager",
"version": "1.2.0",
"description": "A sails hook to schedule and run server side jobs.",
"main": "index.js",
"keywords": [
"sails",
"jobmanager",
"job manager",
"server jobs",
"data quality"
],
"repository": {
"type": "git",
"url": "git+https://github.com/kdclaw3/sails-hook-jobmanager.git"
},
"author": "Dee Clawson",
"license": "MIT",
"dependencies": {},
"scripts": {
"test": "./node_modules/mocha/bin/mocha test",
"lint": "eslint . --ext=js --fix; exit 0"
},
"peerDependencies": {
"sails": "^0.12.x||^1.x.x"
},
"sails": {
"isHook": true,
"hookName": "jobmanager"
},
"optionalDependencies": {
"babel-eslint": "^8.2.x",
"eslint": "^5.2.x",
"eslint-config-earthrocker": "^1.1.x",
"eslint-plugin-react": "^7.10.x"
},
"devDependencies": {
"chai": "^4.2.0",
"mocha": "^5.2.0"
}
}