UNPKG

wecui

Version:

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

79 lines (78 loc) 1.83 kB
{ "name": "postcss-short", "version": "1.4.0", "description": "Short creates and extends shorthand properties in CSS", "keywords": [ "postcss", "css", "postcss-plugin", "shorthands", "asterisks", "colors", "backgrounds", "margins", "paddings", "spacings", "positions", "sizes", "sizings", "min-sizes", "max-sizes", "texts", "colors", "font-styles", "font-variants", "font-weights", "font-stretchs", "text-decorations", "text-aligns", "text-renderings", "text-transforms", "white-spaces", "font-sizes", "line-heights", "letter-spacings", "word-spacings", "font-families", "font-family", "datas", "attributes" ], "author": "Jonathan Neal <jonathantneal@hotmail.com>", "license": "CC0-1.0", "repository": { "type": "git", "url": "https://github.com/jonathantneal/postcss-short.git" }, "bugs": { "url": "https://github.com/jonathantneal/postcss-short/issues" }, "homepage": "https://github.com/jonathantneal/postcss-short", "dependencies": { "object-assign": "^4.0.1", "postcss": "^5.0.12", "postcss-font-weights": "^2.0.1", "postcss-short-border": "^1.0.0", "postcss-short-color": "^1.0.0", "postcss-short-data": "^1.1.0", "postcss-short-font-size": "^1.0.1", "postcss-short-position": "^1.0.0", "postcss-short-size": "^1.0.0", "postcss-short-spacing": "^1.0.0", "postcss-short-text": "^1.1.0" }, "devDependencies": { "eslint": "^1.9.0", "tap-spec": "^4.1.0", "tape": "^4.2.2" }, "scripts": { "lint": "eslint . --ignore-path .gitignore", "tape": "tape test.js | tap-spec", "test": "npm run lint && npm run tape" }, "engines": { "iojs": ">=2.0.0", "node": ">=0.12.0" } }