-
Notifications
You must be signed in to change notification settings - Fork 78
/
bower.json
45 lines (45 loc) · 896 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
39
40
41
42
43
44
45
{
"name": "angular-localization",
"version": "1.5.1",
"homepage": "https://github.com/doshprompt/angular-localization",
"description": "angularjs localization done right",
"main": [
"dist/angular-localization.js",
"dist/angular-localization.css"
],
"keywords": [
"angularjs",
"localization",
"i18n",
"l10n",
"internationalization",
"angular",
"ng"
],
"authors": [
"Rahul Doshi"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests",
"src",
"app",
"build",
"gulpfile.js"
],
"dependencies": {
"angular": ">=1.2 < 2",
"angular-cookies": ">=1.2 < 2",
"angular-sanitize": ">=1.2 < 2"
},
"devDependencies": {
"angular-mocks": ">=1.2 < 2",
"bootstrap": "~3.3.4",
"angular-route": ">=1.2 < 2",
"bca-flag-sprite": "~1.0.0"
}
}