-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 956 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
37
38
39
40
{
"name": "quartz-util",
"version": "0.1.0",
"description": "Utility functions for the Quartz scheduler library.",
"main": "quartz-node.js",
"license": "Apache-2.0",
"author": "Stanchion - Product Development <[email protected]>",
"contributors": [
{
"name": "Adrian Hope-Bailie",
"email": "[email protected]"
},
{
"name": "Theunis Swanepoel",
"email": "[email protected]"
}
],
"directories": {
"test": "tests"
},
"scripts": {
"test": "node node-qunit-testrunner.js"
},
"repository": {
"type": "git",
"url": "https://github.com/adrianhopebailie/quartz.js.git"
},
"keywords": [
"quartz",
"cron",
"node"
],
"bugs": {
"url": "https://github.com/adrianhopebailie/quartz.js/issues"
},
"homepage": "https://github.com/adrianhopebailie/quartz.js",
"devDependencies": {
"qunit": "~0.6.3"
}
}