forked from Leaflet/Leaflet.draw
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
63 lines (63 loc) · 1.13 KB
/
bower.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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
{
"name": "leaflet-draw",
"description": "Vector drawing plugin for Leaflet",
"version": "0.4.10",
"main": [
"dist/leaflet.draw.js",
"dist/leaflet.draw.css",
"dist/images/spritesheet-2x.png",
"dist/images/spritesheet.png",
"dist/images/spritesheet.svg"
],
"license": "MIT",
"ignore": [
"**/.*",
"src",
"doc",
"examples",
"test",
"build",
"spec",
"*.md",
"Gruntfile.js",
"Jakefile.js",
"package.json",
"bower.json"
],
"keywords": [
"javascript",
"leaflet",
"maps",
"client",
"vector",
"drawing",
"draw"
],
"authors": [
{
"name": "Jon West",
"email": "ddproxy@gmail.com"
},
{
"name":"Jacob Toye"
}
],
"homepage":"",
"repository": {
"type": "git",
"url": "https://github.com/Leaflet/Leaflet.draw.git"
},
"dependencies": {
"leaflet": ">=0.7.0 <1.1"
},
"devDependencies": {
"eslint": "~3.5.0",
"uglify-js": "~2.7.3",
"jake": "~8.0.15",
"mocha": "~3.1.2",
"happen": "~0.3.1",
"karma": "^1.3.0",
"karma-mocha": "~1.2.0",
"karma-coverage": "~1.1.1"
}
}