2023-11-27 18:17:39 +00:00
|
|
|
{
|
|
|
|
"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"
|
|
|
|
},
|
2023-12-01 13:43:44 +00:00
|
|
|
"files": [
|
2023-12-01 17:33:46 +00:00
|
|
|
"tarotcard.css",
|
2023-12-01 17:36:00 +00:00
|
|
|
"tarotcard-deal.css",
|
|
|
|
"tarotcard-flip.css"
|
2023-12-01 13:43:44 +00:00
|
|
|
],
|
2023-11-27 18:17:39 +00:00
|
|
|
"keywords": [
|
|
|
|
"css",
|
|
|
|
"card",
|
|
|
|
"component"
|
|
|
|
],
|
|
|
|
"author": "The Magician",
|
|
|
|
"license": "Unlicense"
|
|
|
|
}
|