UNPKG

tre-compile

Version:

compile js to a static web-executable (single html file)

47 lines (46 loc) 1.13 kB
{ "name": "tre-compile", "version": "2.9.0", "description": "compile js to a static web-executable (single html file)", "main": "index.js", "bin": { "tre-compile": "cli.js" }, "scripts": { "test": "tape test/**.js" }, "repository": { "type": "git", "url": "git+https://github.com/regular/tre-compile.git" }, "keywords": [ "tre", "bay of plenty" ], "author": "Jan Bölsche <jan@lagomorph.de> (https://regular.codes/)", "license": "MIT", "bugs": { "url": "https://github.com/regular/tre-compile/issues" }, "homepage": "https://github.com/regular/tre-compile#readme", "dependencies": { "bl": "^4.0.3", "browserify": "^17.0.0", "debug": "^4.2.0", "eol-fix-stream": "^1.0.0", "html-inject-meta": "^3.0.0", "hyperstream": "^1.2.2", "indexhtmlify": "^2.0.1", "minimist": "^1.2.5", "multicb": "^1.2.2", "pull-defer": "^0.2.3", "pull-stdio": "^1.0.0", "pull-stream": "^3.6.14", "stream-to-pull-stream": "^1.7.3", "throughout": "0.0.0" }, "devDependencies": { "tape": "^5.0.1", "trumpet": "^1.7.2" } }