-
Notifications
You must be signed in to change notification settings - Fork 52
/
Copy pathpackage.json
31 lines (31 loc) · 825 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
{
"name": "leaflet-semicircle",
"version": "2.0.4",
"description": "Draw semicircles on Leaflet maps",
"main": "Semicircle.js",
"scripts": {
"test": "eslint Semicircle.js piechart/*.html piechart/*.js examples/* pacman/*.js pacman/*.html",
"release": "mversion patch -m"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jieter/Leaflet-semicircle.git"
},
"keywords": [
"leaflet",
"map",
"semicircle",
"piechart"
],
"author": "Jan Pieter Waagmeester <[email protected]>",
"license": "ISC",
"bugs": {
"url": "https://github.com/jieter/Leaflet-semicircle/issues"
},
"homepage": "https://github.com/jieter/Leaflet-semicircle#readme",
"devDependencies": {
"eslint": "^8.20.0",
"eslint-plugin-html": "^7.1.0",
"mversion": "^2.0.1"
}
}