wecui
Version:
一款基于Vue2.x版本的移动端web组件
42 lines (41 loc) • 961 B
JSON
{
"name": "postcss-short-font-size",
"version": "1.0.1",
"description": "Extends the font-size property so that line-height may be set by the second value",
"keywords": [
"postcss",
"css",
"postcss-plugin",
"fonts",
"sizes",
"line-heights",
"shorthands",
"properties"
],
"author": "Jonathan Neal <jonathantneal@hotmail.com>",
"license": "CC0-1.0",
"repository": {
"type": "git",
"url": "https://github.com/jonathantneal/postcss-short-font-size.git"
},
"bugs": {
"url": "https://github.com/jonathantneal/postcss-short-font-size/issues"
},
"homepage": "https://github.com/jonathantneal/postcss-short-font-size",
"dependencies": {
"postcss": "^5.0.4"
},
"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"
}
}