mirror of
https://github.com/idanoo/GoScrobble.git
synced 2024-11-22 16:35:14 +00:00
37 lines
819 B
JSON
37 lines
819 B
JSON
|
{
|
||
|
"name": "postcss-flexbugs-fixes",
|
||
|
"version": "4.2.1",
|
||
|
"description": "PostCSS plugin This project tries to fix all of flexbug's issues",
|
||
|
"keywords": [
|
||
|
"postcss",
|
||
|
"css",
|
||
|
"postcss-plugin",
|
||
|
"flexbugs",
|
||
|
"flexbox",
|
||
|
"flex"
|
||
|
],
|
||
|
"author": "Luis Rudge <luis@luisrudge.net>",
|
||
|
"license": "MIT",
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/luisrudge/postcss-flexbugs-fixes.git"
|
||
|
},
|
||
|
"dependencies": {
|
||
|
"postcss": "^7.0.26"
|
||
|
},
|
||
|
"main": "index.js",
|
||
|
"files": [
|
||
|
"bugs",
|
||
|
"index.js"
|
||
|
],
|
||
|
"devDependencies": {
|
||
|
"chai": "^4.2.0",
|
||
|
"gulp": "^4.0.2",
|
||
|
"gulp-eslint": "^6.0.0",
|
||
|
"gulp-mocha": "^7.0.2"
|
||
|
},
|
||
|
"scripts": {
|
||
|
"test": "gulp"
|
||
|
}
|
||
|
}
|