included initial page, styles and modules
- uses node.js and materialize
This commit is contained in:
parent
0ff386bb9d
commit
56bd5d0837
92 changed files with 43518 additions and 0 deletions
23
package.json
Normal file
23
package.json
Normal file
|
@ -0,0 +1,23 @@
|
|||
{
|
||||
"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"
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue