UNPKG

mu-format

Version:

A tool for formatting MUSHCode into something you can quote into your client.

35 lines (34 loc) 769 B
{ "name": "mu-format-api", "version": "0.2.4", "description": "An API Front-end for the Mu-Format JavaScript Library.", "main": "index.js", "scripts": { "start": "node index.js" }, "repository": { "type": "git", "url": "git+https://github.com/lcanady/mu-format-api.git" }, "keywords": [ "API", "REST", "MU", "MUX", "MUSH", "Express", "Mu-Format" ], "author": "Lemuel Canady, Jr", "license": "MIT", "bugs": { "url": "https://github.com/lcanady/mu-format-api/issues" }, "homepage": "https://github.com/lcanady/mu-format-api#readme", "dependencies": { "body-parser": "^1.19.0", "cors": "^2.8.5", "express": "^4.17.1", "mu-format": "^0.5.4" } }