-
Notifications
You must be signed in to change notification settings - Fork 125
/
package.json
34 lines (34 loc) · 1009 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
34
{
"name": "leaflet-extra-markers",
"title": "Leaflet ExtraMarkers",
"url": "https://github.com/coryasilva/Leaflet.ExtraMarkers/",
"version": "1.2.2",
"description": "Custom Markers for Leaflet JS based on Awesome Markers",
"author": "coryasilva <https://github.com/coryasilva>",
"repository": {
"type": "git",
"url": "https://github.com/coryasilva/Leaflet.ExtraMarkers"
},
"main": "dist/js/leaflet.extra-markers.js",
"types": "dist/leaflet.extra-markers.d.ts",
"scripts": {
"start": "grunt",
"build": "grunt build"
},
"peerDependencies": {
"leaflet": ">= 0.5 < 2"
},
"devDependencies": {
"git-rev-sync": "^1.12.0",
"grunt": "^1.1.0",
"grunt-contrib-jshint": "^2.1.0",
"grunt-contrib-less": "^2.0.0",
"grunt-contrib-uglify": "^4.0.1",
"grunt-rollup": "^9.0.0",
"less-plugin-autoprefix": "^2.0.0",
"rollup-plugin-git-version": "^0.3.1",
"time-grunt": "^2.0.0",
"@rollup/plugin-json": "^4.0.3"
},
"dependencies": {}
}