add npm project files

This commit is contained in:
Geoff Doty 2021-10-16 05:16:43 -04:00
parent 054c817f65
commit 269abf6ad8
2 changed files with 25 additions and 0 deletions

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
node_modules/

24
package.json Normal file
View File

@ -0,0 +1,24 @@
{
"name": "grayscale",
"version": "0.8.0",
"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"
}