forked from Tencent/weui-wxss
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 718 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
{
"name": "weui-wxss",
"version": "1.1.1",
"description": "weui-wxss",
"main": "dist/style/weui.wxss",
"directories": {
"example": "example"
},
"scripts": {
"start": "gulp",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/weui/weui-wxss/"
},
"homepage": "https://github.com/weui/weui-wxss",
"keywords": [
"weui",
"wxss"
],
"author": "wechat ui team",
"license": "MIT",
"devDependencies": {
"autoprefixer": "^6.5.1",
"gulp": "^3.9.1",
"gulp-cssnano": "^2.1.2",
"gulp-header": "^1.8.8",
"gulp-less": "^3.1.0",
"gulp-postcss": "^6.2.0",
"gulp-rename": "^1.2.2"
}
}