UNPKG

wecui

Version:

一款基于Vue2.x版本的移动端web组件

43 lines (42 loc) 935 B
{ "name": "pixrem", "description": "A CSS post-processor that generates pixel fallbacks for rem units.", "version": "3.0.2", "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-new" } ], "main": "lib/pixrem.js", "engines": { "node": ">=0.10.0", "npm": ">=1.2.10" }, "scripts": { "test": "mocha" }, "dependencies": { "browserslist": "^1.0.0", "postcss": "^5.0.0", "reduce-css-calc": "^1.2.7" }, "devDependencies": { "mocha": "^2.3.2" }, "keywords": [ "css", "postcss", "postcss-plugin", "rem", "parser", "postproccessor", "responsive" ] }