Files
RentWeAppFront/node_modules/postcss-helpers/package.json
2025-11-14 11:39:33 +08:00

30 lines
692 B
JSON

{
"name": "postcss-helpers",
"description": "Some general purpose helpers for PostCSS, created to make working with url() and @import values more easy.",
"version": "0.3.3",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/iAdramelk/postcss-helpers.git"
},
"authors": [
"Alexey Ivanov <iadramelk@gmail.com>"
],
"license": "MIT",
"engines": {
"node": ">=0.12.9"
},
"scripts": {
"test": "mocha --reporter list"
},
"keywords": [
"postcss"
],
"dependencies": {
"urijs": "^1.18.12"
},
"devDependencies": {
"mocha": "^3.5.0"
}
}