diff options
| author | Lee Leathers | 2013-03-27 00:12:45 -0700 |
|---|---|---|
| committer | Igor Minar | 2013-04-11 15:32:31 -0700 |
| commit | 6a34a4ebeb520882e9cac6259590a7be8f8d12fc (patch) | |
| tree | 1b5ec3627ce7dc373f54d0fda011e6867b054d23 | |
| parent | 5ca247c7490fbaaec368c87b34129ce9b3c49144 (diff) | |
| download | angular.js-6a34a4ebeb520882e9cac6259590a7be8f8d12fc.tar.bz2 | |
chore(NPM): Add license info
| -rw-r--r-- | package.json | 8 |
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" + } + ] } |
