UNPKG

@arve.knudsen/bankai

Version:

The easiest way to compile JavaScript, HTML and CSS

97 lines (96 loc) 2.59 kB
{ "name": "@arve.knudsen/bankai", "version": "9.10.10", "description": "The easiest way to compile JavaScript, HTML and CSS", "license": "Apache-2.0", "repository": "aknuds1/bankai", "main": "index.js", "bin": { "bankai": "bin.js" }, "scripts": { "build": "./bin.js build example", "test": "standard && node test", "start": "NODE_NO_WARNINGS=1 ./bin.js start example", "debug": "DEBUG='*' ./bin.js start -q example" }, "keywords": [], "dependencies": { "ansi-diff": "^1.1.0", "ansi-escape-sequences": "^4.0.0", "async-collection": "^1.0.1", "babel-core": "^6.26.0", "babel-preset-env": "^1.6.1", "babelify": "^8.0.0", "brfs": "^1.5.0", "brotli": "^1.3.2", "browserify": "^16.1.1", "browserslist": "^3.1.1", "buffer-graph": "^4.1.0", "clean-css": "^4.1.11", "concat-stream": "^1.6.2", "css-extract": "^1.3.0", "debug": "^3.1.0", "dedent": "^0.7.0", "disc": "^1.3.3", "documentify": "^3.2.1", "envify": "^4.1.0", "exorcist": "^1.0.0", "explain-error": "^1.0.4", "fast-json-parse": "^1.0.3", "findup": "^0.1.5", "flush-write-stream": "^1.0.3", "fs-compare": "^0.0.4", "get-port": "^3.2.0", "glslify": "^6.1.1", "gzip-size": "^4.1.0", "hstream": "^1.2.0", "html-minifier": "^3.5.14", "http-gzip-maybe": "^1.0.0", "inline-critical-css": "^1.2.1", "keypress": "^0.2.1", "minimist": "^1.2.0", "mkdirp": "^0.5.1", "nanologger": "^1.3.1", "nanoraf": "^3.0.1", "nanotiming": "^7.2.0", "on-idle": "^3.1.4", "open": "^0.0.5", "p-wait-all": "^1.0.0", "pino": "^4.10.4", "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.2", "recursive-watch": "^1.1.4", "selfsigned": "^1.10.2", "send": "^0.16.1", "server-router": "^6.0.0", "sheetify": "^7.1.0", "split-require": "^3.0.1", "split2": "^2.2.0", "strip-ansi": "^4.0.0", "tfilter": "^1.0.1", "through2": "^2.0.3", "tinyify": "^2.4.0", "v8-compile-cache": "^1.1.2", "wasm-brotli": "^1.0.2", "watchify": "^3.11.0", "wayfarer": "^6.6.3", "yo-yoify": "^4.3.0" }, "devDependencies": { "a-module-with-babelrc": "^1.0.0", "assert-html": "^1.1.5", "choo": "^6.8.0", "choo-devtools": "^2.3.3", "choo-service-worker": "^2.4.0", "rimraf": "^2.6.2", "standard": "^10.0.3", "tachyons": "^4.9.1", "tape": "^4.9.0", "tmp": "0.0.33" } }