UNPKG

webcodeviewer

Version:

WebCodeViewer is a powerful npm package that allows you to easily view code snippets and source files directly in the web browser.

22 lines (21 loc) 479 B
{ "name": "webcodeviewer", "version": "1.0.0", "description": "WebCodeViewer is a powerful npm package that allows you to easily view code snippets and source files directly in the web browser. ", "main": "src/index.js", "repository": { "type": "git", "url": "webcodeviewer" }, "keywords": [ "codeEditor", "Editor", "Devtool", "tool" ], "author": "Bashacoder", "license": "MIT", "dependencies": { "child_process": "^1.0.2" } }