-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
36 lines (36 loc) · 836 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{
"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 <[email protected]>",
"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"
}
}