forked from lihongxun945/jquery-weui
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 890 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
{
"name": "jquery-weui",
"version": "1.2.1",
"description": "为微信 Web 服务量身设计",
"keywords": [
"jQuery WeUI",
"weui",
"wechat",
"weixin",
"css",
"less",
"mobile",
"jQuery",
"Zepto"
],
"scripts": {},
"author": "言川",
"repository": {
"type": "git",
"url": "https://github.com/lihongxun945/jquery-weui"
},
"homepage": "http://lihongxun945.github.io/jquery-weui/",
"bugs": {
"url": "https://github.com/lihongxun945/jquery-weui/issues"
},
"license": "MIT",
"devDependencies": {
"gulp": "^3.9.0",
"gulp-autoprefixer": "^3.1.0",
"gulp-clean": "^0.3.1",
"gulp-concat": "^2.6.0",
"gulp-connect": "^2.3.1",
"gulp-cssmin": "^0.1.7",
"gulp-ejs": "^2.1.1",
"gulp-ext-replace": "^0.3.0",
"gulp-header": "^1.7.1",
"gulp-less": "^3.0.5",
"gulp-uglify": "^1.5.3"
}
}