tarotcard.css/package.json

24 lines
501 B
JSON
Raw Normal View History

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": [
"tarotcard.css"
],
2023-11-27 18:17:39 +00:00
"keywords": [
"css",
"card",
"component"
],
"author": "The Magician",
"license": "Unlicense"
}