forked from Tencent/weui
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.17 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
{
"name": "weui",
"version": "1.0.2",
"description": "A UI library by WeChat official design team, includes the most useful widgets/modules in mobile web applications.",
"keywords": [
"weui",
"wechat",
"weixin",
"css",
"less",
"mobile"
],
"style": "dist/style/weui.css",
"less": "src/style/weui.less",
"main": "dist/style/weui.css",
"scripts": {
"start": "gulp -ws",
"test": "gulp release"
},
"author": "wechat ui team",
"repository": {
"type": "git",
"url": "https://github.com/weui/weui.git"
},
"homepage": "https://github.com/weui/weui",
"bugs": {
"url": "https://github.com/weui/weui/issues"
},
"license": "MIT",
"devDependencies": {
"autoprefixer": "^6.3.1",
"browser-sync": "^2.9.11",
"gulp": "^3.8.10",
"gulp-cssnano": "^2.0.0",
"gulp-header": "^1.7.1",
"gulp-less": "^3.0.2",
"gulp-postcss": "^6.0.1",
"gulp-rename": "^1.2.2",
"gulp-replace": "^0.5.2",
"gulp-sourcemaps": "^1.6.0",
"gulp-tap": "^0.1.3",
"yargs": "^1.3.3"
}
}