mirror of
https://github.com/wahyd4/cdnjs.git
synced 2026-08-13 23:06:20 +10:00
43 lines
1016 B
JSON
43 lines
1016 B
JSON
{
|
|
"name": "angular.js",
|
|
"filename": "angular.min.js",
|
|
"description": "AngularJS is an MVC framework for building web applications. The core features include HTML enhanced with custom component and data-binding capabilities, dependency injection and strong focus on simplicity, testability, maintainability and boiler-plate reduction.",
|
|
"version": "1.2.15",
|
|
"homepage": "http://angularjs.org",
|
|
"keywords": [
|
|
"framework",
|
|
"mvc",
|
|
"AngularJS",
|
|
"angular",
|
|
"angular.js"
|
|
],
|
|
"contributors": [
|
|
{
|
|
"name": "Miško Hevery"
|
|
},
|
|
{
|
|
"name": "Igor Minár"
|
|
},
|
|
{
|
|
"name": "Vojta Jína"
|
|
},
|
|
{
|
|
"name": "Adam Abrons"
|
|
},
|
|
{
|
|
"name": "Brad Green"
|
|
}
|
|
],
|
|
"repositories": [{
|
|
"type": "git",
|
|
"url": "git://github.com/angular/angular.js.git"
|
|
}],
|
|
"bugs": "https://github.com/angular/angular.js/issues",
|
|
"licenses": [
|
|
{
|
|
"type": "MIT",
|
|
"url": "https://github.com/angular/angular.js/blob/master/LICENSE"
|
|
}
|
|
]
|
|
}
|