wecui
Version:
一款基于Vue2.x版本的移动端web组件
25 lines (24 loc) • 654 B
JSON
{
"name": "saladcss-bem",
"version": "0.0.2",
"description": "PostCSS plugin implementing BEM as at-rules",
"keywords": ["postcss", "css", "postcss-plugin", "bem"],
"author": "Malte-Maurice Dreyer <dreyer.maltem+dev@gmail.com>",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/saladcss/saladcss-bem.git"
},
"dependencies": {
"postcss": "^6.0.1"
},
"devDependencies": {
"gulp-eslint": "^0.12.0",
"gulp-mocha": "^2.0.1",
"chai": "^2.3.0",
"gulp": "^3.8.11"
},
"scripts": {
"test": "gulp"
}
}