UNPKG

2.75 kBJSONView Raw
1{
2 "name": "bankai",
3 "version": "9.15.1",
4 "description": "The easiest way to compile JavaScript, HTML and CSS",
5 "license": "Apache-2.0",
6 "repository": "choojs/bankai",
7 "main": "index.js",
8 "bin": {
9 "bankai": "bin.js"
10 },
11 "scripts": {
12 "build": "./bin.js build example dist",
13 "test": "standard && node test",
14 "start": "NODE_NO_WARNINGS=1 ./bin.js start example",
15 "debug": "DEBUG='*' ./bin.js start -q example"
16 },
17 "keywords": [],
18 "dependencies": {
19 "@choojs/findup": "^0.2.0",
20 "ansi-diff": "^1.0.10",
21 "ansi-escape-sequences": "^4.0.0",
22 "ansi-scrollbox": "^0.2.0",
23 "async-collection": "^1.0.1",
24 "babel-core": "^6.26.0",
25 "babel-preset-env": "^1.6.1",
26 "babelify": "^8.0.0",
27 "brfs": "^1.6.1",
28 "brotli": "^1.3.2",
29 "browserify": "^16.0.0",
30 "browserslist": "^4.1.1",
31 "buffer-graph": "^4.1.0",
32 "clean-css": "^4.1.9",
33 "concat-stream": "^2.0.0",
34 "css-extract": "^1.2.0",
35 "debug": "^4.1.1",
36 "dedent": "^0.7.0",
37 "disc": "^1.3.3",
38 "documentify": "^3.1.0",
39 "envify": "^4.1.0",
40 "exorcist": "^1.0.0",
41 "explain-error": "^1.0.4",
42 "fast-json-parse": "^1.0.3",
43 "flush-write-stream": "^1.0.2",
44 "fs-compare": "^0.0.4",
45 "get-port": "^4.0.0",
46 "glslify": "^6.1.0",
47 "gzip-size": "^5.0.0",
48 "hstream": "^1.1.0",
49 "html-minifier": "^3.5.8",
50 "http-gzip-maybe": "^1.0.0",
51 "inline-critical-css": "^1.2.0",
52 "keypress": "^0.2.1",
53 "minimist": "^1.2.0",
54 "mkdirp": "^0.5.1",
55 "nanohtml": "^1.2.4",
56 "nanologger": "^1.3.1",
57 "nanoraf": "^3.0.1",
58 "nanotiming": "^7.2.0",
59 "on-idle": "^3.1.4",
60 "open": "^6.3.0",
61 "p-wait-all": "^1.0.0",
62 "pino": "^5.5.0",
63 "pino-colada": "^1.4.2",
64 "prettier-bytes": "^1.0.4",
65 "pump": "^3.0.0",
66 "pumpify": "^1.4.0",
67 "purify-css": "^1.2.6",
68 "recursive-readdir": "^2.2.1",
69 "recursive-watch": "^1.1.3",
70 "require-with-global": "^2.0.1",
71 "resolve": "^1.7.1",
72 "selfsigned": "^1.10.2",
73 "send": "^0.16.1",
74 "server-router": "^6.0.0",
75 "sheetify": "^7.1.0",
76 "split-require": "^3.1.1",
77 "split2": "^3.0.0",
78 "strip-ansi": "^5.0.0",
79 "tfilter": "^1.0.1",
80 "through2": "^3.0.0",
81 "tinyify": "^2.4.0",
82 "v8-compile-cache": "^2.0.0",
83 "wasm-brotli": "^1.0.2",
84 "watchify": "^3.10.0",
85 "wayfarer": "^6.6.3"
86 },
87 "devDependencies": {
88 "a-module-with-babelrc": "^1.0.0",
89 "assert-html": "^1.1.5",
90 "choo": "^6.8.0",
91 "choo-devtools": "^2.3.3",
92 "choo-service-worker": "^2.4.0",
93 "read-file-tree": "^1.1.0",
94 "standard": "^12.0.1",
95 "tachyons": "^4.9.1",
96 "tape": "^4.8.0",
97 "tmp": "github:raszi/node-tmp#310c60f",
98 "write-file-tree": "^1.0.0"
99 }
100}