-
Notifications
You must be signed in to change notification settings - Fork 21
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 820 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 820 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
{
"name": "@joergdietrich/leaflet.terminator",
"version": "1.3.0",
"description": "Night and day regions on Earth",
"main": "L.Terminator.js",
"scripts": {
"build": "rollup -c --bundleConfigAsCjs",
"prepare": "npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/joergdietrich/Leaflet.Terminator.git"
},
"keywords": [
"leaflet",
"terminator"
],
"author": "Jörg Dietrich",
"license": "MIT",
"bugs": {
"url": "https://github.com/joergdietrich/Leaflet.Terminator/issues"
},
"homepage": "https://github.com/joergdietrich/Leaflet.Terminator#readme",
"types": "index.d.ts",
"devDependencies": {
"@types/leaflet": "^1.9.20",
"leaflet": "^1.3.1",
"rollup": "^4.52.2"
},
"peerDependencies": {
"leaflet": "^1.2.0"
}
}