UNPKG

wecui

Version:

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

48 lines (47 loc) 1.01 kB
{ "name": "postcss-short-position", "version": "1.0.0", "description": "Define edges inside the position property in CSS", "keywords": [ "postcss", "css", "postcss-plugin", "shorthands", "declarations", "property", "properties", "values", "positions", "tops", "rights", "bottoms", "lefts", "lengths" ], "author": "Jonathan Neal <jonathantneal@hotmail.com>", "license": "CC0-1.0", "repository": { "type": "git", "url": "https://github.com/jonathantneal/postcss-short-position.git" }, "bugs": { "url": "https://github.com/jonathantneal/postcss-short-position/issues" }, "homepage": "https://github.com/jonathantneal/postcss-short-position", "dependencies": { "postcss": "^5.0.5" }, "devDependencies": { "chai": "^3.2.0", "gulp": "^3.9.0", "gulp-eslint": "^1.0.0", "gulp-mocha": "^2.1.3" }, "scripts": { "test": "gulp" }, "engines": { "iojs": ">=2.0.0", "node": ">=0.12.0" } }