-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 921 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
{
"name": "leaflet-search-types",
"version": "0.0.11",
"types": "index.d.ts",
"description": "TypeScript definitions for leaflet-search",
"homepage": "https://github.com/johan-cho/leaflet-search-types",
"license": "MIT",
"contributors": [
{
"name": "Johan Cho",
"url": "https://github.com/johan-cho"
}
],
"repository": {
"type": "git",
"url": "git+https://github.com/johan-cho/leaflet-search-types.git"
},
"scripts": {
"test-install": "npm install leaflet-search-types --no-save"
},
"dependencies": {
"@types/leaflet": "^1.9.12",
"leaflet-search": "^4.0.0"
},
"keywords": [
"leaflet-search",
"types",
"typed",
"leaflet"
],
"author": "johan cho",
"bugs": {
"url": "https://github.com/johan-cho/leaflet-search-types/issues"
}
}