wecui
Version:
一款基于Vue2.x版本的移动端web组件
34 lines (33 loc) • 705 B
JSON
{
"name": "postcss-mixins",
"version": "2.1.1",
"description": "PostCSS plugin for mixins",
"keywords": [
"postcss",
"css",
"postcss-plugin",
"mixins",
"sass"
],
"author": "Andrey Sitnik <andrey@sitnik.ru>",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/postcss/postcss-mixins.git"
},
"dependencies": {
"postcss-simple-vars": "^1.0.1",
"postcss": "^5.0.10",
"globby": "^3.0.1"
},
"devDependencies": {
"gulp-eslint": "1.0.0",
"gulp-mocha": "2.1.3",
"mocha": "2.3.3",
"chai": "3.4.0",
"gulp": "3.9.0"
},
"scripts": {
"test": "gulp"
}
}