mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-04-29 19:04:42 +00:00
chore(NPM): Add license info
This commit is contained in:
parent
5ca247c749
commit
6a34a4ebeb
1 changed files with 7 additions and 1 deletions
|
|
@ -14,5 +14,11 @@
|
||||||
"shelljs": "0.1.2",
|
"shelljs": "0.1.2",
|
||||||
"karma": "0.8.4",
|
"karma": "0.8.4",
|
||||||
"yaml-js": "0.0.5"
|
"yaml-js": "0.0.5"
|
||||||
}
|
},
|
||||||
|
"licenses": [
|
||||||
|
{
|
||||||
|
"type": "MIT",
|
||||||
|
"url": "https://github.com/angular/angular.js/blob/master/LICENSE"
|
||||||
|
}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue