wecui
Version:
一款基于Vue2.x版本的移动端web组件
35 lines (34 loc) • 659 B
JSON
{
"name": "postcss-atroot",
"version": "0.1.3",
"description": "PostCSS plugin to place rules directly at the root",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/OEvgeny/postcss-atroot.git"
},
"scripts": {
"start": "gulp",
"test": "gulp"
},
"keywords": [
"postcss",
"at-root",
"postcss-plugin",
"sass",
"atroot",
"css"
],
"author": "OEvgeny",
"license": "MIT",
"dependencies": {
"postcss": "^5.0.5"
},
"devDependencies": {
"chai": "^3.2.0",
"gulp": "^3.9.0",
"gulp-eslint": "^1.0.0",
"gulp-mocha": "^2.1.3",
"mocha": "^2.3.2"
}
}