jabq
Version:
Just Another Block Quest
22 lines (21 loc) • 384 B
JSON
{
"name": "jabq",
"version": "1.0.0",
"description": "Just Another Block Quest",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"Game",
"Strategy",
"Puzzle",
"Multiplayer"
],
"author": "Merlin",
"license": "ISC",
"dependencies": {
"angular": "^1.7.0",
"express": "^4.16.3"
}
}