RollDice/package.json
Saw, Hansly Kendrich ab638b152c dice function now on the website
- jQuery was added to make this work.
- Cards were removed.
2022-09-15 11:20:54 +08:00

25 lines
531 B
JSON

{
"name": "rolldice",
"version": "0.1.0",
"description": "a Chinese dice game",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://gitdab.com/buzz-lightsnack-2007/RollDice.git"
},
"keywords": [
"game",
"Chinese",
"dice"
],
"author": "buzz-lightsnack-2007",
"license": "ISC",
"dependencies": {
"@materializecss/materialize": "^1.1.0",
"@mdi/font": "^7.0.96",
"jquery": "^3.6.1"
}
}