wecui
Version:
一款基于Vue2.x版本的移动端web组件
46 lines (45 loc) • 1.06 kB
JSON
{
"name": "postcss-inline-svg",
"version": "1.4.0",
"description": "PostCSS plugin to reference an SVG file and control its attributes with CSS syntax",
"keywords": [
"postcss",
"css",
"postcss-plugin",
"svg",
"inline"
],
"files": [
"index.js",
"lib"
],
"author": "Bogdan Chadkin <trysound@yandex.ru>",
"license": "MIT",
"repository": "TrySound/postcss-inline-svg",
"bugs": {
"url": "https://github.com/TrySound/postcss-inline-svg/issues"
},
"homepage": "https://github.com/TrySound/postcss-inline-svg",
"dependencies": {
"css-select": "^1.2.0",
"dom-serializer": "^0.1.0",
"htmlparser2": "^3.9.0",
"object-assign": "^4.0.1",
"postcss": "^5.0.14",
"postcss-value-parser": "^3.2.3",
"read-cache": "^1.0.0"
},
"devDependencies": {
"ava": "^0.13.0",
"eslint": "^2.0.0",
"eslint-config-postcss": "^2.0.0"
},
"scripts": {
"test": "ava",
"posttest": "eslint .",
"prepublish": "npm test"
},
"eslintConfig": {
"extends": "postcss/es5"
}
}