postcss-svg
Version:
Inline SVGs in CSS. Supports SVG Fragments, SVG Parameters.
79 lines (78 loc) • 1.83 kB
JSON
{
"name": "postcss-svg",
"version": "3.0.0",
"description": "Inline SVGs in CSS. Supports SVG Fragments, SVG Parameters.",
"author": "Jonathan Neal <jonathantneal@hotmail.com>",
"contributors": [
"Pavel Gorlov <i@pavliko.com>",
"Jonathan Neal <jonathantneal@hotmail.com>"
],
"license": "CC0-1.0",
"repository": "jonathantneal/postcss-svg",
"homepage": "https://github.com/jonathantneal/postcss-svg#readme",
"bugs": "https://github.com/jonathantneal/postcss-svg/issues",
"main": "index.js",
"module": "index.mjs",
"files": [
"index.js",
"index.js.map",
"index.mjs",
"index.mjs.map"
],
"scripts": {
"prepublish": "npm test",
"pretest": "rollup -c .rollup.js --silent",
"test": "npm run test:js && npm run test:tape",
"test:js": "eslint src/*.js --cache --ignore-path .gitignore --quiet",
"test:tape": "postcss-tape"
},
"engines": {
"node": ">=6.0.0"
},
"dependencies": {
"postcss": "^7.0.6",
"postcss-values-parser": "^2.0.0",
"svgo": "^1.1.1",
"xmldoc": "^1.1.2"
},
"devDependencies": {
"@babel/core": "^7.1.6",
"@babel/plugin-syntax-dynamic-import": "^7.0.0",
"@babel/preset-env": "^7.1.6",
"babel-eslint": "^10.0.1",
"eslint": "^5.9.0",
"eslint-config-dev": "^2.0.0",
"postcss-tape": "^3.0.0",
"pre-commit": "^1.2.2",
"rollup": "^0.67.3",
"rollup-plugin-babel": "^4.0.3"
},
"eslintConfig": {
"extends": "dev",
"parser": "babel-eslint"
},
"keywords": [
"postcss",
"css",
"postcss-plugin",
"svgs",
"scalable",
"vector",
"graphic",
"image",
"img",
"picture",
"pic",
"fragment",
"identifier",
"id",
"hash",
"url",
"inline",
"utf8",
"base64",
"custom",
"properties",
"property"
]
}