-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
35 lines (35 loc) · 883 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
{
"name": "arete",
"version": "0.6.0",
"homepage": "https://github.com/TheCodeDestroyer/arete",
"authors": [
"The Code Destroyer <[email protected]>"
],
"description": "Workout planner mobile application",
"private": true,
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"ionic": "driftyco/ionic-bower#master",
"ngCordova": "~0.1.10-alpha",
"angular-translate": "~2.5.0",
"angular-translate-storage-local": "~2.5.0",
"angular-translate-storage-cookie": "~2.5.0",
"angular-translate-loader-static-files": "~2.5.0",
"jsSHA": "~1.5.0",
"orm.js": "~0.5.4",
"ngstorage": "~0.3.0",
"lodash": "~2.4.1",
"angular-mocks": "~1.3.9",
"angular-bootstrap": "~0.12.0",
"bootstrap": "~3.3.1"
},
"resolutions": {
"angular": "1.3.6"
}
}