-
Notifications
You must be signed in to change notification settings - Fork 235
/
bower.json
39 lines (39 loc) · 1.52 KB
/
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
{
"name": "jquery-storelocator-plugin",
"version": "3.4.0",
"description": "This jQuery plugin takes advantage of Google Maps API version 3 to create an easy to implement store locator. No back-end programming is required, you just need to feed it KML, XML, or JSON data with all the location information.",
"repository": {
"type": "git",
"url": "https://github.com/bjorn2404/jQuery-Store-Locator-Plugin.git"
},
"keywords": ["jquery-plugin","locator","store","dealer","location","locations","maps","map","stores","find","finder"],
"authors": [
"Bjorn Holine <[email protected]> (https://www.bjornblog.com)"
],
"license": "MIT",
"dependencies": {
"jquery": ">=1.7",
"handlebars": ">=1.0"
},
"main" : [
"dist/assets/js/plugins/storeLocator/jquery.storelocator.js",
"dist/assets/js/plugins/storeLocator/jquery.storelocator.min.js",
"dist/assets/js/plugins/storeLocator/templates/infowindow-description.html",
"dist/assets/js/plugins/storeLocator/templates/location-list-description.html",
"dist/assets/css/storelocator.css",
"dist/assets/css/storelocator.min.css"
],
"devDependencies": {
"grunt": "~1.3.0",
"grunt-banner": "~0.2.2",
"grunt-contrib-clean": "~2.0.0",
"grunt-contrib-concat": "~1.0.1",
"grunt-contrib-cssmin": "~3.0.0",
"grunt-contrib-handlebars": "^2.0.0",
"grunt-contrib-jshint": "~3.0.0",
"grunt-contrib-qunit": "~4.0.0",
"grunt-contrib-sass": "^2.0.0",
"grunt-contrib-uglify": "~5.0.0",
"grunt-contrib-watch": "~1.1.0"
}
}