forked from MitchBradley/ESP3D-WEBUI
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.09 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
{
"name": "PaigeWebApp",
"description": "Paige Web App",
"devDependencies": {
"del": "latest",
"deprecated": "latest",
"fs": "latest",
"gulp": "^4.0.0",
"gulp-bytediff": "latest",
"gulp-cdnizer": "latest",
"gulp-clean-css": "latest",
"gulp-concat": "latest",
"gulp-filesize": "latest",
"gulp-gzip": "latest",
"gulp-htmlmin": "latest",
"gulp-if": "latest",
"gulp-inline-fonts": "^1.2.1",
"gulp-jshint": "latest",
"gulp-ng-annotate": "^0.2.0",
"gulp-purgecss": "^5.0.0",
"gulp-remove-code": "latest",
"gulp-replace": "latest",
"gulp-smoosher": "^0.0.7",
"gulp-uglify": "latest",
"gulp-zip": "^4.2.0",
"jshint": "latest",
"merge-stream": "latest"
},
"repository": "https://github.com/nrimsky/ESP3D-WEBUI",
"license": "(ISC OR GPL-3.0)",
"dependencies": {
"global": "latest",
"liblouis": "^0.4.0"
},
"scripts": {
"package": "gulp package",
"test": "gulp package2test",
"demo": "gulp package2demo",
"packagefordisplay": "gulp packageDisplay"
}
}