dungeonary
Version:
D&D and tabletop RPG library for rolling dice, generating adventures, making characters, searching 5e and PF SRD for monsters and spells, and anything else that might come in handy
39 lines • 986 B
JSON
{
"name": "dungeonary",
"version": "0.2.0",
"description": "D&D and tabletop RPG library for rolling dice, generating adventures, making characters, searching 5e and PF SRD for monsters and spells, and anything else that might come in handy",
"main": "index.js",
"scripts": {
"build": "echo 'This is a placeholder until I actually write in webpack' && exit 1",
"test": "echo 'Error: no test specified' && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jakethedev/tavernbot.git"
},
"keywords": [
"D&D",
"dungeons",
"and",
"dragons",
"tavern",
"character",
"adventure",
"generation",
"monster",
"spell",
"SRD",
"lookup",
"dice",
"roller",
"tabletop",
"RPG",
"utility"
],
"author": "jakethedev",
"license": "MIT",
"bugs": {
"url": "https://github.com/jakethedev/tavernbot/issues"
},
"homepage": "https://github.com/jakethedev/tavernbot#readme"
}