You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
354 B
JSON
18 lines
354 B
JSON
{
|
|
"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": {}
|
|
}
|