-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 829 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 829 Bytes
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
{
"name": "ola-map-sdk",
"version": "1.3.0",
"description": "Complete Ola Maps API SDK for Node.js — Places, Routing, Roads, Geofencing, Elevation, Tiles",
"main": "src/index.js",
"keywords": [
"ola",
"maps",
"sdk",
"ola map",
"maps api",
"ola maps sdk",
"ola maps api",
"maplibre",
"geocoding",
"routing",
"geofencing",
"elevation",
"places api",
"distance matrix",
"snap to road"
],
"author": "Kunal Kongkan Kashyap",
"license": "MIT",
"dependencies": {
"axios": "^1.7.2",
"uuid": "^10.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/kunalkcube/ola-map-sdk"
},
"bugs": {
"url": "https://github.com/kunalkcube/ola-map-sdk/issues"
},
"homepage": "https://github.com/kunalkcube/ola-map-sdk#readme"
}