UNPKG

http-server-editor

Version:

HTTP server that accepts user-triggered changes to static HTML & Markdown pages and dynamic .elm pages.

44 lines (43 loc) 1.13 kB
{ "name": "http-server-editor", "version": "1.0.85", "description": "HTTP server that accepts user-triggered changes to static HTML & Markdown pages and dynamic .elm pages.", "main": "bin/server-npm-package.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [ "bidirectional", "web", "http", "server", "html", "markdown" ], "homepage": "https://github.com/MikaelMayer/Editor", "bugs": "https://github.com/MikaelMayer/Editor/issues", "author": "Mikael Mayer <mikael.mayer@polytechnique.org>", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/MikaelMayer/Editor.git" }, "dependencies": { "get-port": "^4.1.0", "google-auth-library": "^4.2.5", "opn": "^5.4.0", "sketch-n-sketch": "^2.0.9" }, "bin": { "http-server-editor": "bin/server-run.js", "editor": "bin/server-run.js" }, "files": [ "bin/server-run.js", "bin/server-npm-package.js", "favicon.ico", "README.md", "LICENSE.md", "CONTRIBUTING.md" ] }