-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
34 lines (34 loc) · 891 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
{
"name": "@runette/ngx-leaflet-locate",
"version": "2.0.7",
"description": "Angular Wrapper for the Leaflet Location Control",
"keywords": [
"angular",
"leaflet",
"control",
"locate",
"locatecontrol",
"leaflet.locatecontrol"
],
"homepage": "https://github.com/runette/ngx-leaflet-locate",
"bugs": "https://github.com/runette/ngx-leaflet-locate/issues",
"licence": "MIT",
"peerDependencies": {
"@angular/common": ">=12.0.0",
"@angular/core": ">=12.0.0"
},
"dependencies": {
"@types/leaflet.locatecontrol": "^0.74.0",
"leaflet.locatecontrol": "^0.81.0"
},
"devDependencies": {
"@angular/common": "^12.0.0",
"@angular/core": "^12.0.0",
"@angular/cli": "^12.0.0",
"ng-packagr": "^12.0.0",
"@angular-devkit/build-angular": "^12.0.0"
},
"scripts": {
"build:prod": "ng build ngx-leaflet-locate"
}
}