-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1 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
{
"name": "ui",
"version": "1.0.2",
"description": "HTML CSS JS UI",
"main": "gulpfile.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"compile": "html-includes --src static/src --dest static/dist",
"build": "gulp"
},
"author": "KimKeeHyun",
"license": "ISC",
"dependencies": {
"gulp": "^4.0.2",
"gulp-clean-css": "^4.3.0",
"gulp-concat": "^2.6.1",
"gulp-concat-css": "^3.1.0",
"gulp-connect": "^5.7.0",
"gulp-css-url-adjuster": "^0.2.3",
"gulp-minify": "^3.1.0",
"gulp-rename": "^2.0.0",
"gulp-sourcemaps": "^2.6.5",
"gulp-uglify": "^3.0.2",
"gulp-webserver": "^0.9.1",
"html-includes": "^4.3.2",
"jshint": "^2.13.1",
"lottie-web": "^5.9.4"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kimkee/ui.git"
},
"keywords": [
"Html",
"Css",
"Js",
"UI"
],
"bugs": {
"url": "https://github.com/kimkee/ui/issues"
},
"homepage": "https://github.com/kimkee/ui"
}