-
Notifications
You must be signed in to change notification settings - Fork 353
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 786 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 786 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
27
{
"name": "flex.css",
"version": "1.1.7",
"keywords": ["flex ", "css", "flexible", "react-flex", "vue-flex", "angular-flex", "css-flex", "flex-css"],
"description": "移动端flex布局神器,兼容微信,UC,webview等移动端主流浏览器",
"main": "dist/flex.css",
"scripts": {
"gulp": "node_modules/.bin/gulp",
"dev": "npm run gulp"
},
"repository": {
"type": "git",
"url": "git+https://github.com/lzxb/flex.css.git"
},
"author": "狼族小狈",
"license": "MIT",
"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"
}
}