forked from luc-github/ESP3D-WEBUI
-
Notifications
You must be signed in to change notification settings - Fork 31
/
package.json
49 lines (49 loc) · 1.2 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
{
"name": "esp3d-webui",
"description": "Web UI for ESP3D",
"devDependencies": {
"del": "6.0.0",
"deprecated": "latest",
"fs": "latest",
"gulp-bytediff": "latest",
"gulp-cdnizer": "latest",
"gulp-clean-css": "latest",
"gulp-concat": "latest",
"gulp-gzip": "latest",
"gulp-htmlmin": "latest",
"gulp-jshint": "latest",
"gulp-ng-annotate": "^0.2.0",
"gulp-remove-code": "latest",
"gulp-replace": "latest",
"gulp-size": "^5.0.0",
"gulp-smoosher": "^0.0.7",
"gulp-uglify": "^3.0.2",
"jshint": "latest",
"merge-stream": "latest",
"uglify-js": "^3.14.2"
},
"repository": {
"type": "git",
"url": "git+https://github.com/luc-github/ESP3D-WEBUI.git"
},
"author": "Luc LEBOSSE",
"license": "(ISC OR GPL-3.0)",
"type": "module",
"dependencies": {
"global": "latest",
"gulp": "^4.0.2",
"gulp-cli": "^3.0.0"
},
"version": "1.0.0",
"main": "gulpfile-.js",
"directories": {
"doc": "docs"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"bugs": {
"url": "https://github.com/luc-github/ESP3D-WEBUI/issues"
},
"homepage": "https://github.com/luc-github/ESP3D-WEBUI#readme"
}