-
Notifications
You must be signed in to change notification settings - Fork 52
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 848 Bytes
/
Copy pathpackage.json
File metadata and controls
29 lines (29 loc) · 848 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
{
"name": "leaflet.bouncemarker",
"version": "3.0.0",
"description": "Make a marker bounce when you add it to a map.",
"main": "bouncemarker.js",
"types": "leaflet.bouncemarker.d.ts",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/maximeh/leaflet.bouncemarker"
},
"author": "maximeh",
"bugs": {
"url": "https://github.com/maximeh/leaflet.bouncemarker/issues"
},
"homepage": "https://github.com/maximeh/leaflet.bouncemarker",
"devDependencies": {
"eslint": "^8.26.0",
"eslint-config-google": "^0.14.0",
"jsdoc": "^4.0.5",
"jsdoc-to-markdown": "^9.1.3",
"playwright": "^1.40.0",
"prettier": "^3.6.2"
},
"scripts": {
"test": "node test/run.js",
"docs": "jsdoc2md ./bouncemarker.js > docs/api.md && cat docs/header.md docs/api.md > README.md"
}
}