wecui
Version:
一款基于Vue2.x版本的移动端web组件
67 lines (66 loc) • 1.63 kB
JSON
{
"name": "precss",
"version": "1.4.0",
"description": "Use Sass-like markup in your CSS",
"keywords": [
"postcss",
"css",
"postcss-plugin",
"sass",
"variables",
"conditionals",
"ifs",
"thens",
"elses",
"fors",
"nesteds",
"nestings",
"eaches",
"mixins",
"imports",
"extends",
"placeholders"
],
"author": "Jonathan Neal <jonathantneal@hotmail.com>",
"license": "CC0-1.0",
"repository": {
"type": "git",
"url": "https://github.com/jonathantneal/precss.git"
},
"bugs": {
"url": "https://github.com/jonathantneal/precss/issues"
},
"homepage": "https://github.com/jonathantneal/precss",
"dependencies": {
"postcss": "^5.0.10",
"postcss-advanced-variables": "1.2.2",
"postcss-atroot": "^0.1.2",
"postcss-color-function": "^2.0.0",
"postcss-custom-media": "^5.0.0",
"postcss-custom-properties": "^5.0.0",
"postcss-custom-selectors": "^3.0.0",
"postcss-extend": "^1.0.1",
"postcss-media-minmax": "^2.1.0",
"postcss-mixins": "^2.1.0",
"postcss-nested": "^1.0.0",
"postcss-nesting": "^2.0.6",
"postcss-partial-import": "^1.3.0",
"postcss-property-lookup": "^1.1.3",
"postcss-selector-matches": "^2.0.0",
"postcss-selector-not": "^2.0.0"
},
"devDependencies": {
"eslint": "^1.7.3",
"tap-spec": "^4.1.0",
"tape": "^4.2.2"
},
"scripts": {
"lint": "eslint . --ignore-path .gitignore",
"fixtures": "tape test/*.js | tap-spec",
"test": "npm run lint && npm run fixtures"
},
"engines": {
"iojs": ">=2.0.0",
"node": ">=0.12.0"
}
}