forked from lzxb/flex.css
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 779 Bytes
/
package.json
File metadata and controls
26 lines (26 loc) · 779 Bytes
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
{
"name": "flex.css",
"version": "1.1.6",
"keywords": ["flex ", "css", "flexible", "react-flex", "vue-flex", "angular-flex", "css-flex", "flex-css"],
"description": "移动端flex布局神器,兼容微信,UC,webview等移动端主流浏览器",
"main": "dist/flex.css",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/lzxb/flex.css.git"
},
"author": "狼族小狈",
"license": "ISC",
"bugs": {
"url": "https://github.com/lzxb/flex.css/issues"
},
"homepage": "https://github.com/lzxb/flex.css#readme",
"devDependencies": {
"gulp": "^3.9.1",
"gulp-autoprefixer": "^3.1.0",
"gulp-less": "^3.1.0",
"gulp-minify-css": "^1.2.4"
}
}