forked from hiasinho/Leaflet.vector-markers
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
40 lines (40 loc) · 1.02 KB
/
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
35
36
37
38
39
40
{
"name": "Leaflet.vector-markers",
"version": "0.0.3",
"description": "Vector SVG markers for Leaflet, with an option for Font Awesome/Twitter Bootstrap icons.",
"repository": {
"type": "git",
"url": "https://github.com/hiasinho/Leaflet.vector-markers.git"
},
"dependencies": {},
"devDependencies": {
"grunt": "~0.4.1",
"grunt-coffee-jshint": "^0.2.1",
"grunt-contrib-coffee": "^0.11.1",
"grunt-contrib-copy": "~0.5.0",
"grunt-contrib-jshint": "~0.5.2",
"grunt-contrib-sass": "^0.8.1",
"grunt-contrib-uglify": "~0.2.0",
"grunt-contrib-watch": "^0.6.1"
},
"engines": {
"node": ">=0.8.0"
},
"keywords": [
"Leaflet",
"Markers",
"Map",
"SVG",
"Vector",
"Icon"
],
"author": "Mathias Schneider",
"licenses": {
"type": "MIT",
"url": "http://www.opensource.org/licenses/mit-license.php"
},
"bugs": {
"url": "https://github.com/hiasinho/Leaflet.vector-markers/issues"
},
"homepage": "https://github.com/hiasinho/Leaflet.vector-markers"
}