source: frontend/node_modules/postcss-flexbugs-fixes/package.json

Last change on this file was 9af201e, checked in by MBK <marija.karapandzova@…>, 11 days ago

Fix frontend appearance

  • Property mode set to 100644
File size: 826 bytes
Line 
1{
2 "name": "postcss-flexbugs-fixes",
3 "version": "5.0.2",
4 "description": "PostCSS plugin This project tries to fix all of flexbug's issues",
5 "keywords": [
6 "postcss",
7 "css",
8 "postcss-plugin",
9 "flexbugs",
10 "flexbox",
11 "flex"
12 ],
13 "author": "Luis Rudge <luis@luisrudge.net>",
14 "license": "MIT",
15 "repository": {
16 "type": "git",
17 "url": "https://github.com/luisrudge/postcss-flexbugs-fixes.git"
18 },
19 "main": "index.js",
20 "files": [
21 "bugs",
22 "index.js"
23 ],
24 "peerDependencies": {
25 "postcss": "^8.1.4"
26 },
27 "devDependencies": {
28 "chai": "^4.2.0",
29 "gulp": "^4.0.2",
30 "gulp-eslint": "^6.0.0",
31 "gulp-mocha": "^7.0.2"
32 },
33 "scripts": {
34 "test": "gulp"
35 }
36}
Note: See TracBrowser for help on using the repository browser.