wecui
Version:
一款基于Vue2.x版本的移动端web组件
48 lines (47 loc) • 1.01 kB
JSON
{
"name": "postcss-short-border",
"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-border.git"
},
"bugs": {
"url": "https://github.com/jonathantneal/postcss-short-border/issues"
},
"homepage": "https://github.com/jonathantneal/postcss-short-border",
"dependencies": {
"postcss": "^5.0.8"
},
"devDependencies": {
"chai": "^3.3.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"
}
}