UNPKG

bankai

Version:

The easiest way to compile JavaScript, HTML and CSS

101 lines (100 loc) 2.75 kB
{ "name": "bankai", "version": "9.15.3", "description": "The easiest way to compile JavaScript, HTML and CSS", "license": "Apache-2.0", "repository": "choojs/bankai", "main": "index.js", "bin": { "bankai": "bin.js" }, "scripts": { "build": "./bin.js build example dist", "test": "standard && node test", "start": "NODE_NO_WARNINGS=1 ./bin.js start example", "debug": "DEBUG='*' ./bin.js start -q example" }, "keywords": [], "dependencies": { "@choojs/findup": "^0.2.0", "ansi-diff": "^1.0.10", "ansi-escape-sequences": "^4.0.0", "ansi-scrollbox": "^0.2.0", "async-collection": "^1.0.1", "babel-core": "^6.26.0", "babel-preset-env": "^1.6.1", "babelify": "^8.0.0", "brfs": "^1.6.1", "brotli": "^1.3.2", "browserify": "^16.0.0", "browserslist": "^4.1.1", "buffer-graph": "^4.1.0", "clean-css": "^4.1.9", "concat-stream": "^2.0.0", "css-extract": "^1.2.0", "debug": "^4.1.1", "dedent": "^0.7.0", "disc": "^1.3.3", "documentify": "^3.1.0", "envify": "^4.1.0", "exorcist": "^1.0.0", "explain-error": "^1.0.4", "fast-json-parse": "^1.0.3", "flush-write-stream": "^1.0.2", "fs-compare": "^0.0.4", "get-port": "^4.0.0", "glslify": "^6.1.0", "gzip-size": "^5.0.0", "hstream": "^1.1.0", "html-minifier": "^3.5.8", "http-gzip-maybe": "^1.0.0", "inline-critical-css": "^1.2.0", "keypress": "^0.2.1", "minimist": "^1.2.0", "mkdirp": "^0.5.1", "nanohtml": "^1.2.4", "nanologger": "^2.0.0", "nanoraf": "^3.0.1", "nanotiming": "^7.2.0", "on-idle": "^3.1.4", "open": "^6.3.0", "p-wait-all": "^1.0.0", "pino": "^5.5.0", "pino-colada": "^1.4.2", "prettier-bytes": "^1.0.4", "pump": "^3.0.0", "pumpify": "^1.4.0", "purify-css": "^1.2.6", "recursive-readdir": "^2.2.1", "recursive-watch": "^1.1.3", "require-with-global": "^2.0.1", "resolve": "^1.7.1", "selfsigned": "^1.10.2", "send": "^0.16.1", "server-router": "^6.0.0", "sheetify": "^7.1.0", "split-require": "^3.1.1", "split2": "^3.0.0", "strip-ansi": "^5.0.0", "tfilter": "^1.0.1", "through2": "^3.0.0", "tinyify": "^2.4.0", "v8-compile-cache": "^2.0.0", "wasm-brotli": "^1.0.2", "watchify": "^3.10.0", "wayfarer": "^7.0.0" }, "devDependencies": { "a-module-with-babelrc": "^1.0.0", "assert-html": "^1.1.5", "choo": "^7.0.0", "choo-devtools": "^3.0.0", "choo-service-worker": "^3.0.0", "read-file-tree": "^1.1.0", "standard": "^12.0.1", "tachyons": "^4.9.1", "tape": "^4.8.0", "tmp": "github:raszi/node-tmp#310c60f", "write-file-tree": "^1.0.0" } }