2022-09-14 04:07:35 +00:00
|
|
|
{
|
|
|
|
"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": {
|
2022-09-14 07:46:57 +00:00
|
|
|
"@materializecss/materialize": "^1.1.0",
|
2022-09-15 03:20:54 +00:00
|
|
|
"@mdi/font": "^7.0.96",
|
|
|
|
"jquery": "^3.6.1"
|
2022-09-14 04:07:35 +00:00
|
|
|
}
|
|
|
|
}
|