From fbdf70e42413d3ceae2a352727a260d5b0fda76b Mon Sep 17 00:00:00 2001 From: Patrick Mooney Date: Sun, 14 Jun 2015 20:55:51 -0500 Subject: [PATCH] Add license to package.json --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 0de4996..54a9630 100644 --- a/package.json +++ b/package.json @@ -15,6 +15,7 @@ "homepage": "http://ldapjs.org", "description": "LDAP client and server APIs", "version": "0.7.1", + "license": "MIT", "repository": { "type": "git", "url": "git://github.com/mcavage/node-ldapjs.git"