grayscale/package.json

29 lines
706 B
JSON
Raw Permalink Normal View History

2021-10-16 09:16:43 +00:00
{
2021-10-17 19:16:58 +00:00
"name": "grayscale-css",
2022-06-15 01:50:38 +00:00
"version": "0.9.0",
2021-10-16 09:16:43 +00:00
"description": "css for minimalists",
"scripts": {
2022-06-15 01:50:38 +00:00
"build": "npx csso .\\src\\grayscale.css --comments first-exclamation --output .\\dist\\grayscale.min.css -s .\\dist\\grayscale.map"
2021-10-16 09:16:43 +00:00
},
"repository": {
"type": "git",
2022-06-15 01:50:38 +00:00
"url": "git+https://github.com/n2geoff/grayscale-css.git"
2021-10-16 09:16:43 +00:00
},
"keywords": [
"css",
"stylesheet",
"theme-builder",
"classless"
],
"author": "Geoff Doty",
2021-10-17 21:34:17 +00:00
"main": "dist/grayscale.min.css",
2021-10-16 09:16:43 +00:00
"license": "MIT",
"bugs": {
2022-06-15 01:50:38 +00:00
"url": "https://github.com/n2geoff/grayscale-css/issues"
2021-10-16 09:16:43 +00:00
},
2022-06-15 01:50:38 +00:00
"homepage": "https://n2geoff.github.io/grayscale",
"devDependencies": {
"csso-cli": "^3.0.0"
}
2021-10-16 09:16:43 +00:00
}