-
Notifications
You must be signed in to change notification settings - Fork 113
/
package.json
33 lines (33 loc) · 928 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
{
"name": "leaflet.fullscreen",
"version": "3.0.2",
"description": "Simple plugin for Leaflet that adds fullscreen button to your maps.",
"main": "Control.FullScreen.js",
"scripts": {
"lint": "eslint . && stylelint **/*.css && prettier --check .",
"lint:fix": "eslint --fix . && stylelint --fix **/*.css && prettier --write .",
"postversion": "git push && git push --tags && npm publish"
},
"repository": {
"type": "git",
"url": "git://github.com/brunob/leaflet.fullscreen.git"
},
"keywords": [
"leaflet",
"plugins",
"maps",
"fullscreen"
],
"devDependencies": {
"@eslint/js": "^9.6.0",
"@stylistic/eslint-plugin-js": "^2.3.0",
"eslint": "^9.6.0",
"prettier": "^3.3.2",
"stylelint": "^16.6.1",
"stylelint-config-standard": "^36.0.1",
"stylelint-prettier": "^5.0.0"
},
"author": "b_b",
"license": "MIT",
"readmeFilename": "README.md"
}