Fork, document, and license new contributions under AGPLv3
This diff is collapsed.
{ | ||
"name": "bankai", | ||
"version": "9.15.0", | ||
"description": "The easiest way to compile JavaScript, HTML and CSS", | ||
"license": "Apache-2.0", | ||
"repository": "choojs/bankai", | ||
"name": "@hypha/web-compiler", | ||
"version": "1.0.0", | ||
"description": "A web compiler forked from Bankai and tuned for Hypha.", | ||
"license": "AGPL-3.0-or-later", | ||
"repository": "https://source.ind.ie/hypha/tools/web-compiler", | ||
"main": "index.js", | ||
"bin": { | ||
"bankai": "bin.js" | ||
"web-compiler": "bin.js" | ||
}, | ||
"scripts": { | ||
"build": "./bin.js build example dist", | ||
... | ... | @@ -14,7 +14,7 @@ |
"start": "NODE_NO_WARNINGS=1 ./bin.js start example", | ||
"debug": "DEBUG='*' ./bin.js start -q example" | ||
}, | ||
"keywords": [], | ||
"keywords": ['hypha', 'web compiler', 'Bankai'], | ||
"dependencies": { | ||
"@choojs/findup": "^0.2.0", | ||
"@ind.ie/https-server": "^2.0.0", | ||
... | ... |
Please register or sign in to comment