-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
57 lines (57 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
50
51
52
53
54
55
56
57
{
"name": "weeui",
"version": "1.2.1",
"repository": {
"type": "git",
"url": "https://github.com/zyj1022/wee.git"
},
"keywords": [
"html",
"css",
"sass",
"framework",
"responsive"
],
"authors": [
"King Zhi <zyj10222@126.com>"
],
"description": "WeeUI简单快速的响应式HTML/CSS前端框架",
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"bin": {
"weeui": "./bin/weeui.js"
},
"bugs": {
"url": "https://github.com/zyj1022/wee/issues"
},
"homepage": "https://github.com/zyj1022/wee#readme",
"devDependencies": {
"browser-sync": "^2.24.5",
"gulp": "^3.9.1",
"gulp-cache": "^1.0.2",
"gulp-concat": "^2.6.1",
"gulp-cssnano": "^2.1.3",
"gulp-imagemin": "^4.1.0",
"gulp-load-plugins": "^1.5.0",
"gulp-notify": "^3.2.0",
"gulp-plumber": "^1.2.0",
"gulp-rename": "^1.3.0",
"gulp-rimraf": "^0.2.2",
"gulp-sass": "^4.0.1",
"gulp-uglify": "^3.0.0",
"gulp-watch": "^5.0.0",
"path": "^0.12.7",
"run-sequence": "^2.2.1"
},
"dependencies": {
"bluebird": "^3.5.1",
"commander": "^2.16.0",
"fs-extra": "^6.0.1"
}
}