From e72187a5438b9ce723a724fa66effc352831e3ee Mon Sep 17 00:00:00 2001 From: Michael Sanford Date: Mon, 3 Nov 2014 13:19:21 -0500 Subject: [PATCH] Add MIT license to package.json Allows license to be read programatically. --- package.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/package.json b/package.json index 4369e92..3cd30a8 100644 --- a/package.json +++ b/package.json @@ -3,6 +3,12 @@ "name": "options", "description": "A very light-weight in-code option parsers for node.js.", "version": "0.0.6", + "licenses" : [ + { + "type" : "MIT", + "url" : "https://raw.githubusercontent.com/einaros/options.js/master/README.md" + } + ], "repository": { "type": "git", "url": "git://github.com/einaros/options.js.git"