Files
spcss/package.json
2022-11-06 10:51:35 +00:00

28 lines
583 B
JSON

{
"name": "spcss",
"version": "0.9.0",
"description": "Simple and Plain Stylesheet",
"files": [
"sp.css",
"sp.min.css"
],
"jsdelivr": "sp.css",
"unpkg": "sp.css",
"keywords": [
"css",
"stylesheet",
"browser"
],
"homepage": "https://github.com/susam/spcss",
"bugs": "https://github.com/susam/spcss/issues",
"license": "MIT",
"author": "Susam Pal <susam@susam.net> (https://susam.net/)",
"repository": "github:susam/spcss",
"devDependencies": {
"csso-cli": "latest"
},
"scripts": {
"min": "csso sp.css -o sp.min.css"
}
}