UNPKG

data-provider-temporary

Version:

Library that helps with server-to-client synchronization of data

30 lines (29 loc) 782 B
{ "name": "postcss-flexbugs-fixes", "version": "3.2.0", "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": "^6.0.1" }, "main": "index.js", "files": [ "bugs", "index.js" ], "devDependencies": { "gulp-eslint": "^0.12.0", "gulp-mocha": "^2.0.1", "chai": "^2.3.0", "gulp": "^3.8.11" }, "scripts": { "test": "gulp" } }