From c3a87c684953f4ec34363e46bb1da297c08058f4 Mon Sep 17 00:00:00 2001 From: Lee Leathers Date: Wed, 27 Mar 2013 00:12:45 -0700 Subject: chore(NPM): Add license info --- package.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 771bea68..268bd4f0 100644 --- a/package.json +++ b/package.json @@ -14,5 +14,11 @@ "shelljs": "0.1.2", "karma": "0.8.4", "yaml-js": "0.0.5" - } + }, + "licenses": [ + { + "type": "MIT", + "url": "https://github.com/angular/angular.js/blob/master/LICENSE" + } + ] } -- cgit v1.2.3