forked from doshprompt/angular-localization
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
38 lines (38 loc) · 770 Bytes
/
bower.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
{
"name": "angular-localization",
"version": "1.1.3",
"homepage": "https://github.com/doshprompt/angular-localization",
"description": "angularjs localization done right",
"main": "angular-localization.js",
"keywords": [
"angularjs",
"localization",
"i18n",
"l10n",
"internationalization",
"angular",
"ng"
],
"authors": [
"Rahul Doshi"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"angular": "1.2.x",
"angular-cookies": "1.2.x",
"angular-sanitize": "1.2.x"
},
"devDependencies": {
"angular-mocks": "1.2.x",
"bootstrap": "~3.1.1",
"angular-route": "1.2.x",
"bca-flag-sprite": "~1.0.0"
}
}