Initial commit

This commit is contained in:
Senad Uka
2018-06-11 11:09:35 +02:00
commit ed7df7b11f
1954 changed files with 483354 additions and 0 deletions

View File

@@ -0,0 +1,24 @@
{
"name": "angular-translate-loader-url",
"version": "2.14.0",
"description": "Creates a loading function for a typical dynamic url pattern: \"locale.php?lang=en_US\", \"locale.php?lang=de_DE\", \"locale.php?language=nl_NL\" etc. Prefixing the specified url, the current requested, language id will be applied with \"?{queryParameter}={key}\". Using this service, the response of these urls must be an object of key-value pairs.",
"main": "angular-translate-loader-url.js",
"repository": {
"type": "git",
"url": "https://github.com/angular-translate/bower-angular-translate-loader-url.git"
},
"keywords": [
"angular",
"translate",
"loader"
],
"author": "Pascal Precht",
"license": "MIT",
"bugs": {
"url": "https://github.com/angular-translate/angular-translate/issues"
},
"homepage": "https://angular-translate.github.io",
"dependencies": {
"angular-translate": "~2.14.0"
}
}