-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
35 lines (35 loc) · 1012 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-shadow-simulator",
"version": "0.60.0",
"description": "Display terrain and structure shadows cast by the sun in a custom Leaflet layer",
"main": "dist/leaflet-shadow-simulator.umd.min.js",
"browser": "dist/leaflet-shadow-simulator.umd.min.js",
"module": "dist/leaflet-shadow-simulator.esm.js",
"types": "dist/leaflet-shadow-simulator.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ted-piotrowski/leaflet-shadow-simulator.git"
},
"keywords": [
"leaflet",
"shade",
"layer",
"shadow",
"simulator"
],
"author": "Ted Piotrowski",
"license": "UNLICENSED",
"bugs": {
"url": "https://github.com/ted-piotrowski/leaflet-shadow-simulator/issues"
},
"homepage": "https://github.com/ted-piotrowski/leaflet-shadow-simulator#readme",
"dependencies": {
"suncalc": "^1.9.0"
},
"devDependencies": {
"@types/leaflet": "^1.9.0"
}
}