diff options
| -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" +    } +  ]  }  | 
