mirror of
http://36.133.248.69:3088/admin/RentWeAppFront.git
synced 2026-03-07 17:32:25 +08:00
32 lines
685 B
JSON
32 lines
685 B
JSON
{
|
|
"name": "postcss-urlrewrite",
|
|
"description": "PostCSS plugin for easy url() rewriting.",
|
|
"version": "0.3.0",
|
|
"main": "index.js",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/iAdramelk/postcss-urlrewrite.git"
|
|
},
|
|
"authors": [
|
|
"Alexey Ivanov <mail@alexeyivanov.info>"
|
|
],
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=16"
|
|
},
|
|
"scripts": {
|
|
"test": "mocha --reporter list"
|
|
},
|
|
"keywords": [
|
|
"postcss",
|
|
"css"
|
|
],
|
|
"dependencies": {
|
|
"postcss-helpers": "^0.3.3"
|
|
},
|
|
"devDependencies": {
|
|
"mocha": "^10.7.3",
|
|
"postcss": "^8.4.41"
|
|
}
|
|
}
|