Files
cdnjs/ajax/libs/angular-i18n/package.json
T
Pete Cooper 09752c6605 Move i18n out of latest angular.js - my error
Mea culpa, I included i18n strings in
https://github.com/cdnjs/cdnjs/commit/97a5d559150d644d6cde4aaf285d253933
6b5e1e where they should actually be in angular-i18n instead. This
commit rectifies the error.

Removed from angular.js, added to angular-i18n and min’d. Commit
includes deletions: deleted files were committed for around 15 minutes
and i18n files don’t appear to have been included in previous versions
of angular.js, so almost zero risk.
2014-01-28 16:40:13 +00:00

26 lines
554 B
JSON

{
"name": "angular-i18n",
"filename":"angular-locale_en-us.js",
"description": "Locales for AngularJS",
"version": "1.2.10",
"homepage": "http://angularjs.org",
"keywords": [
"framework",
"mvc",
"AngularJS",
"angular",
"angular.js"
],
"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"
}
]
}