forked from bjorn2404/jQuery-Store-Locator-Plugin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
38 lines (38 loc) · 1.48 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
{
"name": "jquery-storelocator-plugin",
"version": "3.1.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]> (http://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-contrib-jshint": "~0.6.0",
"grunt-contrib-qunit": "~0.2.0",
"grunt-contrib-concat": "~0.3.0",
"grunt-contrib-uglify": "~0.2.0",
"grunt-contrib-watch": "~0.4.0",
"grunt-contrib-clean": "~0.4.0",
"grunt-contrib-less": "~0.11.0",
"grunt": "~0.4.4",
"grunt-banner": "~0.2.2",
"grunt-contrib-cssmin": "~0.9.0"
}
}