-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathbower.json
More file actions
50 lines (50 loc) · 1.06 KB
/
bower.json
File metadata and controls
50 lines (50 loc) · 1.06 KB
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
{
"name": "ionic-fp-utils",
"description": "A set of utilities for Ionic applications",
"homepage": "https://github.com/fingerproof/ionic-fp-utils",
"main": [
"fp.utils/utils.js",
"fp.utils/cache-utils.js",
"fp.utils/state-utils.js",
"fp.utils/cordova-utils.js",
"fp.utils/template-utils.js",
"fp.utils/interceptor-utils.js",
"fp.utils/loading-interceptor.js",
"fp.utils/open-links-in-iab.directive.js"
],
"license": "MIT",
"keywords": [
"Angular",
"Ionic",
"Cordova",
"mobile",
"application",
"utilities",
"utility"
],
"authors": [
"Sebastien Pittion <sp@fing.pro> (https://twitter.com/fingerproof)"
],
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"angular-cache": "4.5.0",
"gator": "ccampbell/gator#1.2.4",
"ionic": "1.3.2",
"lodash": "3.10.1",
"ngCordova": "0.1.27-alpha"
},
"overrides": {
"gator": {
"main": {
"dev": "gator.js",
"prod": "gator.min.js"
}
}
}
}