-
Notifications
You must be signed in to change notification settings - Fork 11
/
package.json
43 lines (43 loc) · 1 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
{
"name": "@opencage/leaflet-opencage-geocoding",
"version": "2.0.0",
"description": "Leaflet plugin for geocoding via the OpenCage Geocoder API",
"repository": {
"type": "git",
"url": "[email protected]:opencagedata/leaflet-opencage-geocoding.git"
},
"homepage": "https://opencagedata.com",
"author": {
"name": "OpenCage GmbH",
"email": "[email protected]",
"url": "https://opencagedata.com"
},
"license": "BSD",
"keywords": [
"leaflet",
"plugin",
"geocoding",
"search",
"map",
"opencagedata"
],
"scripts": {
"build": "grunt",
"clean": "grunt clean"
},
"dependencies": {
"leaflet": "*"
},
"devDependencies": {
"grunt": "^1.5",
"grunt-cli": "~1.4",
"grunt-contrib-clean": "^2.0",
"grunt-contrib-concat": "^1.0",
"grunt-contrib-copy": "^1.0",
"grunt-contrib-cssmin": "^4.0",
"grunt-contrib-jshint": "^3.0",
"grunt-contrib-uglify": "^5.0",
"grunt-contrib-watch": "^1.1",
"minimist": "^1.2.6"
}
}