forked from layui/layui
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 953 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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
{
"name": "layui",
"version": "2.9.2",
"description": "Classic modular Front-End UI library",
"keywords": [
"layui",
"components",
"front-end",
"framework",
"library",
"ui",
"web"
],
"homepage": "https://layui.dev",
"license": "MIT",
"bugs": {
"url": "https://github.com/layui/layui/issues"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/layui/layui.git"
},
"main": "dist/layui.js",
"files": [
"dist"
],
"scripts": {
"build": "gulp",
"release": "npm run build && npm rum release-zip",
"release-zip": "gulp release"
},
"devDependencies": {
"gulp": "^4.0.2",
"gulp-uglify": "^3.0.2",
"gulp-clean-css": "^4.3.0",
"gulp-concat": "^2.6.1",
"gulp-replace": "^1.1.4",
"gulp-header": "^2.0.9",
"gulp-sourcemaps": "^3.0.0",
"gulp-zip": "^5.1.0",
"del": "^6.1.1",
"minimist": "^1.2.8"
},
"dependencies": {}
}