From 5050b5444da161b2150689323379849162aa931a Mon Sep 17 00:00:00 2001
From: Peter deHaan <peter@deseloper.com>
Date: Thu, 28 May 2015 13:18:17 -0700
Subject: [PATCH] Add license attribute

https://docs.npmjs.com/files/package.json#license
http://npm1k.org/
---
 package.json | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/package.json b/package.json
index 1e25c1f..88c10ab 100644
--- a/package.json
+++ b/package.json
@@ -5,8 +5,9 @@
     "keywords": ["option", "parser", "command-line", "cli", "terminal"],
     "version": "1.0.5",
     "repository": {
-         "type": "git",
-         "url": "git://github.com/jfd/optparse-js.git"
-     },
+        "type": "git",
+        "url": "git://github.com/jfd/optparse-js.git"
+    },
+    "license": "MIT",
     "main": "./lib/optparse"
 }