From 2cd52ecb29ddb15175674a86af1c119d187e175c Mon Sep 17 00:00:00 2001 From: Robert Reiz Date: Sun, 25 Jun 2017 20:05:41 +0200 Subject: [PATCH] Add license info to the package.json. --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 04d2047..6c5a42f 100644 --- a/package.json +++ b/package.json @@ -5,6 +5,7 @@ "description": "featured command line args parser", "keywords" : ["getopt", "arg", "parser"], "homepage": "http://github.com/jiangmiao/node-getopt", + "license": "MIT", "repository" : { "type" : "git", "url" : "git://github.com/jiangmiao/node-getopt.git"