26 lines
553 B
JSON
26 lines
553 B
JSON
{
|
|
"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"
|
|
},
|
|
"files": [
|
|
"tarotcard.css",
|
|
"tarotcard-deal.css",
|
|
"tarotcard-flip.css"
|
|
],
|
|
"keywords": [
|
|
"css",
|
|
"card",
|
|
"component"
|
|
],
|
|
"author": "The Magician",
|
|
"license": "Unlicense"
|
|
}
|