-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·39 lines (39 loc) · 983 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
33
34
35
36
37
38
39
{
"name": "leaflet-control-geocoder-here-places",
"version": "1.1.0",
"description": "Plugin for leaflet-control-geocder for the HERE places API",
"main": "src/index.js",
"scripts": {
"dist": "sh ./scripts/build.sh"
},
"repository": {
"type": "git",
"url": "git://github.com/realulim/leaflet-control-geocoder-here-places.git"
},
"keywords": [
"leaflet",
"geocoder",
"locations",
"here",
"places"
],
"author": "Ulrich Mayring <[email protected]> && Thomas Haarbach <[email protected]>",
"license": "BSD-2-Clause",
"bugs": {},
"browserify-shim": {
"leaflet": "global:L"
},
"dependencies": {
"leaflet": "~1.3.4",
"leaflet-control-geocoder": "^1.6.0"
},
"devDependencies": {
"@babel/core": "^7.1.5",
"@babel/preset-env": "^7.1.5",
"babelify": "^10.0.0",
"babel-preset-es2015": "^6.24.1",
"browserify": "^16.2.3",
"browserify-shim": "^3.8.14",
"es3ify": "^0.2.2"
}
}