-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
36 lines (36 loc) · 891 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": "mfw-deep-links-ionic",
"description": "MFW Deep links library for Ionic 1.* apps",
"authors": [
"Juan Belmonte Rodríguez <[email protected]> (https://github.com/jbelmonte)",
"Jordi Escudero Subirana <[email protected]> (https://github.com/jordiescudero)"
],
"license": "Apache-2.0",
"main": [
"dist/mfw-ionic-deep-links.service.js"
],
"homepage": "https://github.com/worldline-spain/mfw-deep-links-ionic",
"repository": {
"type": "git",
"url": "https://github.com/worldline-spain/mfw-deep-links-ionic"
},
"keywords": [
"MFW",
"Ionic",
"deep links",
"URL scheme",
"$mwfiDeepLinks"
],
"moduleType": "globals",
"devDependencies": {
"ionic": "1.2.4",
"ngCordova": "~0.1.20-alpha"
},
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
]
}