Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKyle Mitchell <kyle@kemitchell.com>2018-11-26 18:59:49 +0300
committerKat Marchán <kzm@zkat.tech>2018-11-26 18:59:49 +0300
commit27217dae8adbc577ee9cb323b7cfe9c6b2493aca (patch)
treef8dbfc509c35c8cfee1abeff2efa82b802a49def /.licensee.json
parentbcae4ea8173e489a76cc226bbd30dd9eabe21ec6 (diff)
test: Automatically audit dependency licenses (#70)
PR-URL: https://github.com/npm/cli/pull/70 Credit: @kemitchell Reviewed-By: @zkat
Diffstat (limited to '.licensee.json')
-rw-r--r--.licensee.json9
1 files changed, 9 insertions, 0 deletions
diff --git a/.licensee.json b/.licensee.json
new file mode 100644
index 000000000..c14776dd9
--- /dev/null
+++ b/.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.11",
+ "cyclist": "0.2.2",
+ "json-schema": "0.2.3",
+ "qrcode-terminal": "0.12.0"
+ }
+}