connect-four/package.json

21 lines
389 B
JSON
Raw Normal View History

2017-04-05 20:14:57 +00:00
{
2017-04-05 20:23:37 +00:00
"name": "connect_four.js",
2017-04-05 20:14:57 +00:00
"version": "0.0.0",
2017-04-05 20:23:37 +00:00
"description": "Connect Four game in the browser",
2017-04-05 20:14:57 +00:00
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
2017-04-05 20:23:37 +00:00
"connectfour",
2017-04-05 20:14:57 +00:00
"game",
"html5"
],
"author": "Evert",
"license": "MIT",
"dependencies": {
"express": "^4.15.2",
"socketio": "^1.0.0"
}
}