forked from bjorn2404/jQuery-Store-Locator-Plugin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.32 KB
/
package.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
42
43
44
45
46
47
48
{
"name": "jquery-storelocator-plugin",
"version": "2.4.2",
"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",
"ecosystem:jquery",
"locator",
"store",
"location",
"locations",
"maps",
"map",
"stores",
"find",
"finder"
],
"author": {
"name": "Bjorn Holine",
"url": "http://www.bjornblog.com/"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/bjorn2404/jQuery-Store-Locator-Plugin/issues"
},
"dependencies": {
"jquery": ">=1.7",
"handlebars": ">=1.0"
},
"devDependencies": {
"grunt": "~0.4.4",
"grunt-banner": "~0.2.2",
"grunt-contrib-clean": "~0.4.0",
"grunt-contrib-concat": "~0.3.0",
"grunt-contrib-cssmin": "~0.9.0",
"grunt-contrib-handlebars": "^0.11.0",
"grunt-contrib-jshint": "~0.6.0",
"grunt-contrib-less": "~0.11.0",
"grunt-contrib-qunit": "~0.2.0",
"grunt-contrib-sass": "^0.9.2",
"grunt-contrib-uglify": "~0.2.0",
"grunt-contrib-watch": "~0.4.0"
}
}