-
Notifications
You must be signed in to change notification settings - Fork 3
/
component.json
24 lines (24 loc) · 885 Bytes
/
component.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
{
"name": "drmonty-leaflet-awesome-markers",
"repo": "drmonty/leaflet-awesome-markers",
"description": "Colorful, iconic & retina-proof markers for Leaflet, based on the Font Awesome/Twitter Bootstrap icons.",
"version": "2.0.2",
"homepage": "http://github.com/lvoogdt/Leaflet.awesome-markers",
"license": "MIT",
"main": "js/leaflet.awesome-markers.js",
"scripts": [
"js/leaflet.awesome-markers.js"
],
"files": [
"js/leaflet.awesome-markers.js",
"js/leaflet.awesome-markers.min.js",
"css/leaflet.awesome-markers.css",
"css/images/markers-matte.png",
"css/images/[email protected]",
"css/images/markers-plain.png",
"css/images/markers-shadow.png",
"css/images/[email protected]",
"css/images/markers-soft.png",
"css/images/[email protected]"
]
}