forked from vexofp/OctoPrint-TouchUI
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
31 lines (31 loc) · 804 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
{
"author": "",
"name": "OctoPrint-TouchUI",
"version": "0.0.0",
"repository": {
"type": "git",
"url": "git://github.com/BillyBlaze/OctoPrint-TouchUI.git"
},
"dependencies": {
"virtual-keyboard": "https://github.com/Mottie/Keyboard/archive/v1.27.2.tar.gz"
},
"devDependencies": {
"del": "^5.1.0",
"gulp": "^4.0.2",
"gulp-concat": "^2.6.1",
"gulp-if": "^3.0.0",
"gulp-less": "^4.0.1",
"gulp-rename": "^2.0.0",
"gulp-strip-css-comments": "^2.0.0",
"gulp-trimlines": "^1.0.1",
"gulp-uglify": "^3.0.2",
"iscroll": "~5.2.0",
"jquery-fullscreen-kayahr": "~1.1.5",
"keyboard": "https://github.com/Mottie/Keyboard/archive/v1.27.2.tar.gz",
"through2": "^4.0.2"
},
"optionalDependencies": {},
"engines": {
"node": "*"
}
}