aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLee Leathers2013-03-27 00:12:45 -0700
committerIgor Minar2013-04-11 15:32:19 -0700
commitc3a87c684953f4ec34363e46bb1da297c08058f4 (patch)
tree6ef9e7f2bed750f91a6f91ac96f4a8fa7cf43fa7
parent6b63afe2f7d51bf62819887f37976dfe2a26761e (diff)
downloadangular.js-c3a87c684953f4ec34363e46bb1da297c08058f4.tar.bz2
chore(NPM): Add license info
-rw-r--r--package.json8
1 files changed, 7 insertions, 1 deletions
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"
+ }
+ ]
}