grayscale/package.json

26 lines
566 B
JSON
Raw Normal View History

2021-10-16 09:16:43 +00:00
{
2021-10-17 19:16:58 +00:00
"name": "grayscale-css",
2021-10-17 21:34:17 +00:00
"version": "0.8.3",
2021-10-16 09:16:43 +00:00
"description": "css for minimalists",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/n2geoff/grayscale.git"
},
"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": {
"url": "https://github.com/n2geoff/grayscale/issues"
},
2021-10-17 21:34:17 +00:00
"homepage": "https://n2geoff.github.io/grayscale"
2021-10-16 09:16:43 +00:00
}