-
Notifications
You must be signed in to change notification settings - Fork 21
/
package.json
42 lines (42 loc) · 984 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
{
"name": "weui-sass",
"version": "0.4.3",
"description": "sass version for wechat mobile ui",
"keywords": [
"weui",
"weui-sass",
"weixin",
"css",
"sass",
"mobile",
"es6"
],
"style": "dist/style/weui.css",
"sass": "src/style/weui.sass",
"main": "dist/style/weui.css",
"repository": {
"type": "git",
"url": "https://github.com/kevyu/weui-sass.git"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Haibin Yu",
"homepage": "https://github.com/kevyu/weui-sass",
"license": "MIT",
"devDependencies": {
"babel-core": "^6.9.1",
"babel-preset-es2015": "^6.9.0",
"chokidar": "^1.0.5",
"express": "^4.11.2",
"gulp": "^3.8.10",
"gulp-header": "^1.7.1",
"gulp-autoprefixer": "^2.3.1",
"gulp-compass": "^2.1.0",
"gulp-clean-css": "^2.0.7",
"gulp-rename": "^1.2.2",
"gulp-replace": "^0.5.2",
"gulp-sass": "^2.0.4",
"yargs": "^1.3.3"
}
}