21 lines
384 B
JSON
21 lines
384 B
JSON
|
{
|
||
|
"name": "battleship.js",
|
||
|
"version": "0.0.0",
|
||
|
"description": "Battleship game in the browser",
|
||
|
"main": "server.js",
|
||
|
"scripts": {
|
||
|
"test": "echo \"Error: no test specified\" && exit 1"
|
||
|
},
|
||
|
"keywords": [
|
||
|
"battleship",
|
||
|
"game",
|
||
|
"html5"
|
||
|
],
|
||
|
"author": "Evert",
|
||
|
"license": "MIT",
|
||
|
"dependencies": {
|
||
|
"express": "^4.15.2",
|
||
|
"socketio": "^1.0.0"
|
||
|
}
|
||
|
}
|