-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
36 lines (36 loc) · 861 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
{
"name": "ngPhonegap",
"version": "0.6",
"homepage": "https://github.com/shojib/ngPhonegap",
"authors": [
"Shojib"
],
"main": "dist/css/main.css",
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"framework7": "0.10.0",
"requirejs": "2.1.15",
"angular": "1.3.11",
"angular-cookies": "1.3.11",
"angular-translate": "2.0.0",
"angular-resource": "1.3.11",
"angular-animate": "1.3.11",
"angular-ui-router": "0.2.13",
"angular-translate-loader-url": "2.0.0",
"angular-translate-loader-static-files": "2.0.0",
"angular-translate-storage-cookie": "2.0.0",
"angular-translate-storage-local": "2.0.0",
"modernizr": "2.8.3",
"almond": "0.2.9"
},
"devDependencies": {
"angular-mocks": "1.3.11"
}
}