wecui
Version:
一款基于Vue2.x版本的移动端web组件
54 lines (53 loc) • 1.15 kB
JSON
{
"name": "postcss-short-text",
"version": "1.1.0",
"description": "Use a shorthand text property in CSS",
"keywords": [
"postcss",
"css",
"postcss-plugin",
"texts",
"color",
"font-style",
"font-variant",
"font-weight",
"font-stretch",
"text-decoration",
"text-align",
"text-rendering",
"text-transform",
"white-space",
"font-size",
"line-height",
"letter-spacing",
"word-spacing",
"font-family"
],
"author": "Jonathan Neal <jonathantneal@hotmail.com>",
"license": "CC0-1.0",
"repository": {
"type": "git",
"url": "https://github.com/jonathantneal/postcss-short-text.git"
},
"bugs": {
"url": "https://github.com/jonathantneal/postcss-short-text/issues"
},
"homepage": "https://github.com/jonathantneal/postcss-short-text",
"dependencies": {
"object-assign": "^4.0.1",
"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"
}
}