forked from angular-ui/ui-leaflet-draw
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
39 lines (39 loc) · 862 Bytes
/
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
{
"name": "ui-leaflet-draw",
"version": "0.0.3",
"description": "angular directive for ui-leaflet to utilize Leaflet.Draw",
"main": "./dist/ui-leaflet-draw.js",
"homepage": "https://github.com/angular-ui/ui-leaflet-draw",
"repository": {
"type": "git",
"url": "git://github.com/angular-ui/ui-leaflet-draw.git"
},
"author": "Nicholas McCready",
"license": "MIT",
"dependencies": {
"leaflet": "0.7.x",
"leaflet-draw": "git://github.com/michaelguild13/Leaflet.draw.git#master",
"angular": "1.x",
"ui-leaflet": "1.x"
},
"devDependencies": {
"angular-mocks": "1.x"
},
"ignore": [
".*",
"spec",
"*.coffee",
"*.json",
".gitignore",
".travis.yml",
"*.html",
"package.js",
"*.md",
"src",
"gulp",
"scripts",
"node_modules",
"bower_components",
"tmp"
]
}