added package.json and .gitignore
.gitignore
0 → 100644
package.json
0 → 100644
{ | ||
"name": "blockcode", | ||
"version": "1.0.0", | ||
"description": "Stateful Cellular Automata competitive battle game", | ||
"main": "index.js", | ||
"scripts": { | ||
"run": "node index.js" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "https://gitlab.bucknell.edu/emb038/blockcode.git" | ||
}, | ||
"keywords": [ | ||
"cellular", | ||
"automata", | ||
"funce", | ||
"lua" | ||
], | ||
"author": "Eben Blaisdell", | ||
"license": "ISC", | ||
"dependencies": { | ||
"body-parser": "^1.18.2", | ||
"express": "^4.16.3", | ||
"os": "^0.1.1", | ||
"request": "^2.85.0", | ||
"socket.io": "^2.1.0" | ||
} | ||
} |
Please register or sign in to comment