hobgoblin
Version:
A framework for writing roguelike games in JavaScript, implementing ROT.js
26 lines (25 loc) • 536 B
JSON
{
"name": "hobgoblin",
"homepage": "https://github.com/jakofranko/hobgoblinjs",
"authors": [
"Jake Franklin <jakofranko@gmail.com>"
],
"description": "A JavaScript framework for ROT.js for creating Roguelike games in the browser",
"main": "hobgoblin.js",
"moduleType": [],
"keywords": [
"roguelike",
"rot.js"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"rot.js": "^0.5.0"
}
}