forked from domoritz/leaflet-locatecontrol
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 968 Bytes
/
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
{
"name": "leaflet.locatecontrol",
"version": "0.71.0",
"homepage": "https://github.com/domoritz/leaflet-locatecontrol",
"description": "A useful control to geolocate the user with many options. Used by osm.org and mapbox among many others.",
"main": "src/L.Control.Locate.js",
"author": "Dominik Moritz <domoritz@gmail.com>",
"repository": {
"type": "git",
"url": "git@github.com:domoritz/leaflet-locatecontrol.git"
},
"keywords": [
"leaflet",
"locate",
"plugin"
],
"license": "MIT",
"readmeFilename": "README.md",
"scripts": {
"build": "grunt",
"bump:minor": "grunt bump-only:minor && grunt && grunt bump-commit",
"bump:patch": "grunt bump-only:patch && grunt && grunt bump-commit",
"start": "grunt connect"
},
"devDependencies": {
"grunt": "^1.0.4",
"grunt-bump": "0.8.0",
"grunt-contrib-connect": "^2.1.0",
"grunt-contrib-sass": "^1.0.0",
"grunt-contrib-uglify": "^4.0.1"
}
}