forked from datauy/ElijoEstudiar
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
41 lines (41 loc) · 830 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
37
38
39
40
41
{
"name": "ElijoEstudiar",
"devDependencies": {
"ionic": "driftyco/ionic-bower#1.1.0"
},
"dependencies": {
"ngCordova": "~0.1.12-alpha",
"angular-leaflet-directive": "~0.8.8",
"Leaflet.EasyButton": "~1.1.2",
"underscore": "~1.8.3",
"ion-autocomplete": "master",
"Proj4Leaflet": "proj4leaflet#~0.7.2"
},
"version": "1.0.0",
"homepage": "http://educacion.freyja.datauy.org",
"authors": [
"DATA Uy <devops@datauy.org>"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"www/lib",
"test",
"tests"
],
"description": "Mobile APP for ElijoEstudiar website",
"main": "app.js",
"moduleType": [
"globals"
],
"keywords": [
"im",
"data",
"anep"
],
"resolutions": {
"ion-autocomplete": "master"
}
}