2022-06-15 01:38:32 +00:00
|
|
|
{
|
|
|
|
"name": "stylelite",
|
2022-06-26 18:02:06 +00:00
|
|
|
"version": "0.5.0",
|
2022-06-15 01:38:32 +00:00
|
|
|
"description": "css for minimalists",
|
|
|
|
"scripts": {
|
2022-06-26 18:02:06 +00:00
|
|
|
"build": "npx csso .\\src\\stylelite.css --comments first-exclamation --output .\\dist\\stylelite.min.css -s .\\dist\\stylelite.map"
|
2022-06-15 01:38:32 +00:00
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git+https://github.com/n2geoff/stylelite.git"
|
|
|
|
},
|
|
|
|
"keywords": [
|
|
|
|
"css",
|
2022-06-26 18:02:06 +00:00
|
|
|
"css3",
|
2022-06-15 01:38:32 +00:00
|
|
|
"stylesheet",
|
|
|
|
"classless",
|
|
|
|
"classlite"
|
|
|
|
],
|
|
|
|
"author": "Geoff Doty",
|
|
|
|
"main": "dist/stylelite.min.css",
|
|
|
|
"license": "MIT",
|
|
|
|
"bugs": {
|
|
|
|
"url": "https://github.com/n2geoff/stylelite/issues"
|
|
|
|
},
|
|
|
|
"homepage": "https://n2geoff.github.io/stylelite",
|
|
|
|
"devDependencies": {
|
|
|
|
"csso-cli": "^3.0.0"
|
|
|
|
},
|
|
|
|
"dependencies": {}
|
|
|
|
}
|