From 8b4fe68b2ddcb9459d60f7b6e18d833be7865b7f Mon Sep 17 00:00:00 2001 From: camillem Date: Fri, 1 Dec 2017 15:27:40 +0100 Subject: [PATCH] Adding license info to package.json --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index ae1768f..3c42dfc 100644 --- a/package.json +++ b/package.json @@ -4,6 +4,7 @@ "main": "./bCrypt", "author": "Shane Girish (https://github.com/shaneGirish)", "version": "0.1.0", + "license" : "BSD-3-Clause", "bin": { "bcrypt-nodejs": "bin.js" },