diff options
Diffstat (limited to 'deps/npm/.licensee.json')
-rw-r--r-- | deps/npm/.licensee.json | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/deps/npm/.licensee.json b/deps/npm/.licensee.json new file mode 100644 index 0000000000..820425a9ce --- /dev/null +++ b/deps/npm/.licensee.json @@ -0,0 +1,9 @@ +{ + "license": "(MIT OR BSD-2-Clause OR BSD-3-Clause OR Apache-2.0 OR ISC OR Unlicense OR CC-BY-3.0 OR CC0-1.0 OR Artistic-2.0)", + "whitelist": { + "config-chain": "1.1.12", + "cyclist": "0.2.2", + "json-schema": "0.2.3", + "qrcode-terminal": "0.12.0" + } +} |