UNPKG

pixrem

Version:

A CSS post-processor that generates pixel fallbacks for rem units.

43 lines (42 loc) 939 B
{ "name": "pixrem", "description": "A CSS post-processor that generates pixel fallbacks for rem units.", "version": "5.0.0", "homepage": "https://github.com/robwierzbowski/node-pixrem", "author": "Rob Wierzbowski <hello@robwierzbowski.com> (http://robwierzbowski.com)", "repository": { "type": "git", "url": "git://github.com/robwierzbowski/node-pixrem.git" }, "bugs": "https://github.com/robwierzbowski/node-pixrem/issues", "licenses": [ { "type": "BSD-3-Clause" } ], "main": "lib/pixrem.js", "engines": { "node": ">=4.0.0", "npm": ">=1.2.10" }, "scripts": { "test": "mocha" }, "dependencies": { "browserslist": "^4.3.6", "postcss": "^7.0.7", "reduce-css-calc": "^2.1.5" }, "devDependencies": { "mocha": "^2.3.2" }, "keywords": [ "css", "postcss", "postcss-plugin", "rem", "parser", "postproccessor", "responsive" ] }