UNPKG

@tanndev/maelstrom

Version:

Rules and resources for Maelstrom RPG.

47 lines (46 loc) 1.06 kB
{ "name": "@tanndev/maelstrom", "description": "Rules and resources for Maelstrom RPG.", "keywords": [ "Maelstrom", "RPG", "role playing game", "Space", "Tanner", "Tanndev" ], "homepage": "https://maelstrom.tanndev.com", "bugs": "https://github.com/tanndev/maelstrom/issues", "license": "MIT", "author": "James Tanner <james.tanner@tanndev.com>", "main": "app.js", "repository": { "type": "git", "url": "git+https://github.com/tanndev/maelstrom.git" }, "scripts": { "start": "node .", "test": "mocha", "watch": "nodemon --ext js,md --ignore tests/" }, "dependencies": { "chance": "^1.0.16", "cookie-parser": "^1.4.3", "express": "^4.16.3", "express-session": "^1.15.6", "http-errors": "^1.7.1", "markdown-toc": "^1.2.0", "marked": "^0.6.2", "morgan": "^1.9.1", "pug": "^2.0.3", "redis": "^2.8.0", "serve-favicon": "^2.5.0" }, "devDependencies": { "nodemon": "^1.18.4" }, "engines": { "node": ">=10.0.0" }, "version": "1.5.1" }