adventure-engine
Version:
Simple text based adventure game library.
28 lines (27 loc) • 569 B
JSON
{
"name": "adventure-engine",
"version": "0.6.17",
"description": "Simple text based adventure game library.",
"main": "./src/server/adventure-engine.js",
"dependencies": {
"express": "^4.15.2",
"socket.io": "^2.3.0",
"underscore": "^1.9.1"
},
"devDependencies": {
"webpack": "^4.41.2",
"webpack-cli": "^3.3.10"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"game",
"text",
"adventure",
"mystery",
"library"
],
"author": "Brian Piltin",
"license": "ISC"
}