forked from jhuckaby/Cronicle
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
64 lines (64 loc) · 1.5 KB
/
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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
{
"name": "Cronicle",
"version": "0.9.7",
"description": "A simple, distributed task scheduler and runner with a web based UI.",
"author": "Joseph Huckaby <[email protected]>",
"homepage": "https://github.com/jhuckaby/Cronicle",
"license": "MIT",
"main": "lib/main.js",
"scripts": {
"test": "pixl-unit lib/test.js"
},
"repository": {
"type": "git",
"url": "https://github.com/jhuckaby/Cronicle"
},
"bugs": {
"url": "https://github.com/jhuckaby/Cronicle/issues"
},
"keywords": [
"cron",
"crontab",
"scheduler"
],
"dependencies": {
"async": "2.6.4",
"bcrypt-node": "0.1.0",
"chart.js": "2.9.4",
"font-awesome": "4.7.0",
"glob": "5.0.15",
"jquery": "3.5.0",
"jstimezonedetect": "1.0.6",
"mdi": "1.9.33",
"moment": "2.29.2",
"moment-timezone": "0.5.34",
"netmask": "2.0.1",
"passport": "^0.6.0",
"passport-saml": "^3.2.1",
"pixl-args": "^1.0.3",
"pixl-class": "^1.0.2",
"pixl-cli": "^1.0.8",
"pixl-config": "^1.0.5",
"pixl-json-stream": "^1.0.6",
"pixl-logger": "^1.0.14",
"pixl-mail": "^1.0.11",
"pixl-perf": "^1.0.5",
"pixl-request": "^2.0.1",
"pixl-server": "^1.0.39",
"pixl-server-api": "^1.0.2",
"pixl-server-storage": "^3.0.21",
"pixl-server-user": "^1.0.9",
"pixl-server-web": "^1.3.8",
"pixl-tools": "^1.0.31",
"pixl-webapp": "^1.0.17",
"shell-quote": "1.7.3",
"socket.io": "4.4.0",
"socket.io-client": "4.4.0",
"uglify-js": "3.14.3",
"uncatch": "^1.0.0",
"zxcvbn": "3.5.0"
},
"devDependencies": {
"pixl-unit": "^1.0.12"
}
}