-
Notifications
You must be signed in to change notification settings - Fork 28
/
bower.json
65 lines (65 loc) · 1.29 KB
/
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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
{
"name": "aQuran",
"version": "0.0.0",
"homepage": "https://github.com/forabi/aQuran",
"authors": [
"Muhammad Fawwaz Orabi <[email protected]>"
],
"description": "A full-featured Quran app with multiple translations and recitations",
"license": "MIT",
"private": true,
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"src/bower",
"test",
"tests",
"npm-debug.log",
"temp",
".tmp",
"tmp",
"dist",
".sass-cache",
"*.sublime-workspace",
"*.sublime-project",
"*.dtapart",
"*.trans.zip"
],
"dependencies": {
"lodash": "~2.4.1",
"async": "~0.2.10",
"idb-wrapper": "~1.4.1",
"ionic": "1.0.0-beta.1",
"nedb": "*",
"ngstorage": "~0.3.0",
"flag-icon-css": "~0.6.0",
"angular-media-player": "~0.5.0",
"angular-bindonce": "Pasvaz/bindonce#~0.3.1"
},
"overrides": {
"ionic": {
"main": [
"release/css/ionic.css",
"release/fonts/*",
"release/js/ionic.bundle.js"
]
},
"nedb": {
"main": "browser-version/out/nedb.js"
},
"async": {
"main": "lib/async.js"
},
"flag-icon-css": {
"main": [
"less/**/*",
"css/**/*",
"flags/**/*"
]
}
},
"resolutions": {
"angular": ">= 1.1.5"
}
}