mirror of
https://github.com/zhigang1992/postcss-partial-process.git
synced 2026-01-12 09:14:20 +08:00
29 lines
858 B
JSON
29 lines
858 B
JSON
{
|
|
"name": "postcss-partial-process",
|
|
"version": "2.0.0",
|
|
"description": "PostCSS plugin that runs other plugins on parts of a CSS file delimited by comments",
|
|
"keywords": [
|
|
"postcss",
|
|
"css",
|
|
"postcss-plugin"
|
|
],
|
|
"author": "Benoît Rouleau <benoit.rouleau@icloud.com>",
|
|
"license": "ISC",
|
|
"repository": "https://github.com/benface/postcss-partial-process.git",
|
|
"bugs": "https://github.com/benface/postcss-partial-process/issues",
|
|
"homepage": "https://github.com/benface/postcss-partial-process",
|
|
"scripts": {
|
|
"test": "jest",
|
|
"release": "f(){ release-it $1 && github-release-from-changelog ;};f"
|
|
},
|
|
"dependencies": {
|
|
"postcss": "^7.0.32"
|
|
},
|
|
"devDependencies": {
|
|
"github-release-from-changelog": "^2.1.1",
|
|
"jest": "^26.1.0",
|
|
"postcss-prepend-selector": "^0.3.1",
|
|
"release-it": "^13.6.5"
|
|
}
|
|
}
|