forked from arcualberta/store
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
25 lines (25 loc) · 697 Bytes
/
bower.json
File metadata and controls
25 lines (25 loc) · 697 Bytes
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
{
"name": "store",
"homepage": "https://github.com/arcualberta/store",
"authors": [
"Mark McKellar <[email protected]>",
"Omar Rodriguez Arenas <[email protected]>"
],
"license": "GPLv3",
"ignore": [
"vendor/assets/bower_components"
],
"dependencies": {
"leaflet": "^1.0.3",
"leaflet-draw": "^0.4.9",
"bootstrap": "^3.3.7",
"jquery": "^3.1.1",
"jquery-ujs": "^1.2.2",
"AlertifyJS": "alertify-js#^1.8.0",
"knockout": "knockoutjs#^3.4.1",
"eonasdan-bootstrap-datetimepicker": "bootstrap-datetimepicker-3#^4.17.45",
"font-awesome": "Font-Awesome#^4.7.0",
"summernote": "^0.8.4",
"Sortable": "sortablejs#^1.6.0"
}
}