Add package.json
This commit is contained in:
commit
d6e3da01f2
|
@ -0,0 +1,20 @@
|
||||||
|
{
|
||||||
|
"name": "@themagician/tarotcard.css",
|
||||||
|
"version": "0.0.1",
|
||||||
|
"description": "A CSS library for creating 3D Tarot cards.",
|
||||||
|
"main": "tarotcard.css",
|
||||||
|
"scripts": {
|
||||||
|
"test": "echo \"Error: no test specified\" && exit 1"
|
||||||
|
},
|
||||||
|
"repository": {
|
||||||
|
"type": "git",
|
||||||
|
"url": "git+https://git.themagician.cc/TheMagician/tarotcard.css.git"
|
||||||
|
},
|
||||||
|
"keywords": [
|
||||||
|
"css",
|
||||||
|
"card",
|
||||||
|
"component"
|
||||||
|
],
|
||||||
|
"author": "The Magician",
|
||||||
|
"license": "Unlicense"
|
||||||
|
}
|
Loading…
Reference in New Issue