mirror of
https://github.com/wahyd4/cdnjs.git
synced 2026-08-09 12:56:05 +10:00
44 lines
1.0 KiB
JSON
44 lines
1.0 KiB
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.3.0",
|
|
"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"
|
|
}
|
|
],
|
|
"namespace": "angular"
|
|
}
|