aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLee Leathers2013-03-27 00:12:45 -0700
committerIgor Minar2013-04-11 15:32:31 -0700
commit6a34a4ebeb520882e9cac6259590a7be8f8d12fc (patch)
tree1b5ec3627ce7dc373f54d0fda011e6867b054d23
parent5ca247c7490fbaaec368c87b34129ce9b3c49144 (diff)
downloadangular.js-6a34a4ebeb520882e9cac6259590a7be8f8d12fc.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"
+ }
+ ]
}