-
Notifications
You must be signed in to change notification settings - Fork 62
/
Copy pathpackage.json
47 lines (47 loc) · 1.16 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
{
"name": "lxdmanager",
"version": "1.0.0",
"description": "This is an application you can use to do basic managment for multiple instaces of lxd",
"main": "node.js",
"directories": {
"example": "examples"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/turtle0x1/LxdManager.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/turtle0x1/LxdManager/issues"
},
"homepage": "https://github.com/turtle0x1/LxdManager#readme",
"dependencies": {
"body-parser": "^1.18.3",
"cors": "^2.8.5",
"dotenv": "^6.2.0",
"dropzone": "^5.5.1",
"express": "^4.16.4",
"express-ws": "^4.0.0",
"mysql": "^2.16.0",
"request": "^2.88.0",
"socket.io": "^2.2.0",
"uuid": "^3.4.0",
"ws": "^6.1.2"
},
"devDependencies": {
"@coreui/coreui": "^2.1.12",
"ace-builds": "^1.4.6",
"chalk": "^2.4.2",
"gulp": "^4.0.2",
"gulp-concat": "^2.6.1",
"gulp-minify": "^3.1.0",
"jquery-confirm": "^3.3.4",
"gulp-clean-css": "^4.2.0",
"xterm": "^3.13.2",
"toastr": "^2.1.4"
}
}