UNPKG

wecui

Version:

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

42 lines (41 loc) 990 B
{ "name": "postcss-short-size", "version": "1.1.0", "description": "Write shorthand size properties in CSS", "main": "index.js", "dependencies": { "postcss": "^5.0.19" }, "devDependencies": { "eslint": "^2.3.0", "jscs": "^2.11.0", "tap-spec": "^4.1.1", "tape": "^4.5.0" }, "scripts": { "lint": "eslint . && jscs .", "tape": "tape test.js | tap-spec", "test": "npm run lint && npm run tape" }, "engines": { "node": ">=0.12.0" }, "repository": "jonathantneal/postcss-short-size", "keywords": [ "postcss", "css", "postcss-plugin", "omits", "shorthands", "margins", "paddings", "properties", "property", "aspects", "ratios" ], "author": "Jonathan Neal <jonathantneal@hotmail.com> (http://jonathantneal.com)", "license": "CC0-1.0", "bugs": "https://github.com/jonathantneal/postcss-short-size/issues", "homepage": "https://github.com/jonathantneal/postcss-short-size#readme" }