add npm project files
This commit is contained in:
parent
054c817f65
commit
269abf6ad8
|
@ -0,0 +1 @@
|
|||
node_modules/
|
|
@ -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"
|
||||
}
|
Loading…
Reference in New Issue