@arve.knudsen/bankai
Version:
The easiest way to compile JavaScript, HTML and CSS
95 lines (94 loc) • 2.51 kB
JSON
{
"name": "@arve.knudsen/bankai",
"version": "9.10.14",
"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": {
"@babel/core": "^7.4.5",
"@babel/preset-env": "^7.4.5",
"ansi-diff": "^1.1.1",
"ansi-escape-sequences": "^4.1.0",
"async-collection": "^1.0.1",
"babelify": "^10.0.0",
"brfs": "^2.0.2",
"brotli": "^1.3.2",
"browserify": "^16.2.3",
"browserslist": "^4.6.2",
"buffer-graph": "^4.1.0",
"clean-css": "^4.2.1",
"concat-stream": "^2.0",
"css-extract": "^1.3.0",
"debug": "^4.1.1",
"dedent": "^0.7.0",
"disc": "^1.3.3",
"documentify": "^3.2.2",
"envify": "^4.1.0",
"exorcist": "^1.0.0",
"explain-error": "^1.0.4",
"fast-json-parse": "^1.0.3",
"findup": "^0.1.5",
"fs-compare": "^0.0.4",
"get-port": "^5.0",
"glslify": "^7.0",
"gzip-size": "^5.1.1",
"hstream": "^1.2.0",
"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": "^2.0",
"nanoraf": "^3.1.0",
"nanotiming": "^7.3.1",
"on-idle": "^3.1.4",
"open": "^6.3",
"p-wait-all": "^1.0.0",
"pino": "^5.12.6",
"pino-colada": "^1.4.2",
"prettier-bytes": "^1.0.4",
"pump": "^3.0.0",
"pumpify": "^1.5.1",
"purify-css": "^1.2.5",
"recursive-readdir": "^2.2.2",
"recursive-watch": "^1.1.4",
"selfsigned": "^1.10.4",
"send": "^0.17",
"server-router": "^6.0.0",
"sheetify": "^7.4.0",
"split-require": "^3.1.2",
"split2": "^3.1.1",
"strip-ansi": "^5.2.0",
"tfilter": "^1.0.1",
"through2": "^3.0",
"tinyify": "^2.5.1",
"v8-compile-cache": "^2.0.3",
"wasm-brotli": "^1.0.2",
"watchify": "^3.11.1",
"wayfarer": "^7.0",
"yo-yoify": "^4.3.0"
},
"devDependencies": {
"a-module-with-babelrc": "^1.0.0",
"assert-html": "^1.1.5",
"choo": "^6.13.3",
"choo-devtools": "^2.5.1",
"choo-service-worker": "^3.0",
"rimraf": "^2.6.3",
"standard": "^12.0",
"tachyons": "^4.11.1",
"tape": "^4.10.2",
"tmp": "^0.1"
}
}