Subtheme of barrio
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

50 lines
1.1 KiB

{
"name": "postcss-inline-svg",
"version": "4.1.0",
"description": "PostCSS plugin to reference an SVG file and control its attributes with CSS syntax",
"keywords": [
"postcss",
"css",
"postcss-plugin",
"svg",
"inline"
],
"main": "lib/index.js",
"files": [
"lib"
],
"scripts": {
"test": "jest"
},
"husky": {
"hooks": {
"pre-commit": "lint-staged"
}
},
"lint-staged": {
"*.js": [
"prettier --write",
"git add"
]
},
"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": "^2.0.2",
"dom-serializer": "^0.1.1",
"htmlparser2": "^3.10.1",
"postcss": "^7.0.17",
"postcss-value-parser": "^4.0.0"
},
"devDependencies": {
"husky": "^2.4.1",
"jest": "^24.8.0",
"lint-staged": "^8.2.1",
"prettier": "^1.18.2"
}
}