forked from wepayui/wepayui
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.19 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
{
"name": "wepayui",
"version": "0.1.8",
"description": "WePayUI 由微信支付为服务商和商户量身打造,用于快速制作符合微信支付规范的Web页面,提升开发效率",
"keywords": [
"wepayui",
"wechat",
"weixin",
"css",
"less",
"mobile"
],
"main": "dist/wepayui/css/wepayui.css",
"scripts": {
"start": "gulp -ws",
"test": "gulp release"
},
"author": "wechat pay official team",
"repository": {
"type": "git",
"url": "https://github.com/wepayui/wepayui.git"
},
"homepage": "https://github.com/wepayui/wepayui",
"bugs": {
"url": "https://github.com/wepayui/wepayui/issues"
},
"license": "MIT",
"devDependencies": {
"autoprefixer": "^6.4.0",
"browser-sync": "^2.14.3",
"event-stream": "^3.3.4",
"gulp": "^3.9.1",
"gulp-clean-css": "^3.0.3",
"gulp-concat": "^2.6.0",
"gulp-file-include": "^1.0.0",
"gulp-header": "^1.8.8",
"gulp-less": "^3.1.0",
"gulp-notify": "^2.2.0",
"gulp-plumber": "^1.1.0",
"gulp-postcss": "^6.1.1",
"gulp-rename": "^1.2.2",
"gulp-sourcemaps": "^1.6.0",
"gulp-uglify": "^2.0.0",
"require-dir": "^0.3.0",
"yargs": "^5.0.0"
}
}