-
Notifications
You must be signed in to change notification settings - Fork 20
/
package.json
29 lines (29 loc) · 941 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
{
"name": "leaflet.active-layers",
"version": "0.3.2",
"description": "A plugin for the Leaflet library. This plugin adds new L.Control.ActiveLayers with functionality to get currently active layers on the map.",
"scripts": {
"test": "node-qunit-phantomjs test/index.html",
"dev": "webpack --watch --mode=development",
"release": "npm run test && webpack --mode=production"
},
"repository": {
"type": "git",
"url": "https://github.com/vogdb/ActiveLayers.git"
},
"author": "vogdb",
"license": {
"type": "MIT",
"url": "https://github.com/vogdb/Leaflet.ActiveLayers/blob/master/MIT-LICENSE.txt"
},
"dependencies": {
"leaflet": "^1.7.1"
},
"devDependencies": {
"happen": "^0.3.2",
"node-qunit-phantomjs": "^2.1.1",
"qunit": "^2.17.2",
"webpack": "^5.65.0",
"webpack-cli": "^4.9.1"
}
}