-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathbower.json
More file actions
73 lines (73 loc) · 1.85 KB
/
bower.json
File metadata and controls
73 lines (73 loc) · 1.85 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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
{
"name": "green-tourism",
"version": "1.0.0",
"description": "",
"private": true,
"main": [
"client/app.modules.js",
"client/assets/less/main.less"
],
"authors": [
"Yury Kozhenov <yurykozhenov@gmail.com>",
"Andriy Zhuk <astrosferatu@gmail.com>",
"Denys Gudakov <denysgud@gmail.com>",
"Olena Martynchyk <martyn4uk@gmail.com>",
"Maksym Yushchuk <max.yushchuk@gmail.com>",
"Sergii Semenkiv <ssv260689@gmail.com>",
"Taras Rudyk <rudyktaras@gmail.com>"
],
"license": "ISC",
"homepage": "https://github.com/Social-projects-Rivne/GreenTourism",
"repository": {
"type": "git",
"url": "git+https://github.com/Social-projects-Rivne/GreenTourism.git"
},
"ignore": [
"**/.*",
"node_modules",
"app/bower_components",
"test",
"tests"
],
"dependencies": {
"jquery": "1.x",
"bootstrap": "3.3.x",
"angular": "1.5.x",
"angular-route": "1.5.x",
"leaflet": "0.7.x",
"font-awesome": "4.5.x",
"leaflet.markercluster": "^0.5.0",
"angular-animate": "1.5.x",
"restangular": "1.5.x",
"angular-bootstrap": "^1.3.3",
"leaflet.markercluster.layersupport": "https://github.com/ghybs/Leaflet.MarkerCluster.LayerSupport.git#leaflet-0.7",
"bootstrap-social": "^5.0.0",
"fancybox": "^2.1.5",
"angular-validation-match": "^1.9.0",
"lodash": "^4.14.1",
"angular-messages": "^1.5.x"
},
"overrides": {
"bootstrap": {
"main": [
"dist/css/bootstrap.css",
"dist/js/bootstrap.js"
]
},
"font-awesome": {
"main": "css/font-awesome.css"
},
"leaflet.markercluster.layersupport": {
"main": "leaflet.markercluster.layersupport-src.js"
},
"fancybox": {
"main": [
"source/jquery.fancybox.css",
"source/jquery.fancybox.js"
]
}
},
"devDependencies": {
"less": "^2.7.1"
}
}