quartz-scheduler
Version:
node API for the quartz-scheduler HTTP service
37 lines (36 loc) • 836 B
JSON
{
"name": "quartz-scheduler",
"version": "0.1.4",
"description": "node API for the quartz-scheduler HTTP service",
"main": "Quartz.js",
"scripts": {
"test": "node_modules/.bin/mocha test --reporter spec"
},
"repository": {
"type": "git",
"url": "git://github.com/nherment/node-quartz-scheduler.git"
},
"keywords": [
"scheduler",
"quartz",
"java",
"api",
"http"
],
"author": "Nicolas Herment <nherment@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/nherment/node-quartz-scheduler/issues"
},
"homepage": "https://github.com/nherment/node-quartz-scheduler",
"dependencies": {
"express": "3.5.1",
"kue": "0.7.5",
"request": "2.34.0",
"underscore": "1.6.0"
},
"devDependencies": {
"mocha": "1.18.2",
"moment": "2.8.3"
}
}