grayscale/package.json

25 lines
538 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 19:59:33 +00:00
"version": "0.8.2",
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",
"license": "MIT",
"bugs": {
"url": "https://github.com/n2geoff/grayscale/issues"
},
"homepage": "https://github.com/n2geoff/grayscale#readme"
}