Add package.json
parent
2a2a4ba55b
commit
d242fdf891
@ -0,0 +1,17 @@
|
|||||||
|
{
|
||||||
|
"name": "cardgame",
|
||||||
|
"version": "0.0.1",
|
||||||
|
"description": "Card Game",
|
||||||
|
"main": "server.js",
|
||||||
|
"scripts": {
|
||||||
|
"start": "node server.js"
|
||||||
|
},
|
||||||
|
"repository": {
|
||||||
|
"type": "git",
|
||||||
|
"url": "git+https://github.com/eperezcosano/Uno.git"
|
||||||
|
},
|
||||||
|
"author": "Nathan (Aney) Steel",
|
||||||
|
"license": "???",
|
||||||
|
"homepage": "anetwork.uk"
|
||||||
|
"dependencies": {}
|
||||||
|
}
|
||||||
Loading…
Reference in New Issue