wecui
Version:
一款基于Vue2.x版本的移动端web组件
35 lines (34 loc) • 675 B
JSON
{
"name": "postcss-sass-color-functions",
"version": "1.1.0",
"description": "PostCSS plugin to implement SASS color functions",
"keywords": [
"css",
"postcss",
"postcss-plugin",
"sass",
"color",
"colour",
"function"
],
"author": "Adam Heath",
"repository": {
"type": "git",
"url": "https://github.com/adam-h/postcss-sass-color-functions.git"
},
"files": [
"index.js"
],
"dependencies": {
"balanced-match": "^0.1.0",
"color": "^0.11.1",
"postcss": "^5.0.4",
"postcss-message-helpers": "^2.0.0"
},
"devDependencies": {
"tape": "^4.4.0"
},
"scripts": {
"test": "tape tests.js"
}
}