wecui
Version:
一款基于Vue2.x版本的移动端web组件
37 lines (36 loc) • 863 B
JSON
{
"name": "postcss-color-function",
"version": "2.0.1",
"description": "PostCSS plugin to transform W3C CSS color function to more compatible CSS.",
"keywords": [
"css",
"postcss",
"postcss-plugin",
"color",
"colour",
"function"
],
"author": "Maxime Thirouin",
"license": "MIT",
"repository": "https://github.com/postcss/postcss-color-function.git",
"files": [
"index.js"
],
"dependencies": {
"css-color-function": "^1.2.0",
"postcss": "^5.0.4",
"postcss-message-helpers": "^2.0.0",
"postcss-value-parser": "^3.3.0"
},
"devDependencies": {
"jscs": "^1.6.2",
"jshint": "^2.5.6",
"npmpub": "^3.1.0",
"tape": "^3.0.0"
},
"scripts": {
"lint": "jscs *.js **/*.js && jshint . --exclude-path .gitignore",
"test": "npm run lint && tape test",
"release": "npmpub"
}
}