wecui
Version:
一款基于Vue2.x版本的移动端web组件
45 lines (44 loc) • 1 kB
JSON
{
"name": "postcss-custom-selectors",
"version": "3.0.0",
"description": "PostCSS plugin to transform W3C CSS Extensions(Custom Selectors) to more compatible CSS",
"keywords": [
"postcss",
"postcss-plugin",
"css",
"selector",
"custom-selector"
],
"authors": [
"yisi",
"Maxime Thirouin"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/postcss/postcss-custom-selectors.git"
},
"main": "dist/index.js",
"files": [
"dist",
"README-zh.md"
],
"dependencies": {
"balanced-match": "^0.2.0",
"postcss": "^5.0.0",
"postcss-selector-matches": "^2.0.0"
},
"devDependencies": {
"babel": "^5.5.8",
"babel-eslint": "^3.1.15",
"babel-tape-runner": "^1.1.0",
"eslint": "^1.0.0",
"tape": "^4.0.0"
},
"scripts": {
"prepublish": "babel src --out-dir dist",
"lint": "eslint .",
"tape": "babel-tape-runner 'test/*.js'",
"test": "npm run lint && npm run tape"
}
}