-
Notifications
You must be signed in to change notification settings - Fork 25
/
Copy pathpackage.json
61 lines (61 loc) · 1.47 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
{
"name": "performa",
"version": "1.1.4",
"description": "A multi-server monitoring system with a web based UI.",
"author": "Joseph Huckaby <[email protected]>",
"homepage": "https://github.com/jhuckaby/performa",
"license": "MIT",
"main": "lib/main.js",
"scripts": {
"start": "bin/control.sh start",
"debug": "bin/control.sh debug",
"test": "pixl-unit lib/test.js",
"boot": "pixl-boot install --script bin/control.sh",
"unboot": "pixl-boot uninstall"
},
"repository": {
"type": "git",
"url": "https://github.com/jhuckaby/performa"
},
"bugs": {
"url": "https://github.com/jhuckaby/performa/issues"
},
"keywords": [
"node",
"javascript",
"webapp"
],
"dependencies": {
"async": "2.6.4",
"mime": "2.3.1",
"uglify-js": "2.8.22",
"bcrypt-node": "0.1.0",
"notevil": "1.3.3",
"jquery": "3.5.0",
"zeroupload": "^1.0.0",
"font-awesome": "4.7.0",
"@mdi/font": "3.5.94",
"apexcharts": "3.24.0",
"pixl-args": "^1.0.3",
"pixl-cli": "^1.0.8",
"pixl-config": "^1.0.4",
"pixl-webapp": "^2.0.1",
"pixl-class": "^1.0.3",
"pixl-tools": "^1.0.33",
"pixl-logger": "^1.0.13",
"pixl-json-stream": "^1.0.4",
"pixl-request": "^2.0.0",
"pixl-mail": "^1.0.9",
"pixl-perf": "^1.0.5",
"pixl-server": "^1.0.21",
"pixl-server-storage": "^3.1.7",
"pixl-server-web": "^1.3.16",
"pixl-server-api": "^1.0.1",
"pixl-server-user": "^1.0.9",
"pixl-boot": "^2.0.0",
"performa-satellite": "^1.1.4"
},
"devDependencies": {
"pixl-unit": "^1.0.9"
}
}