forked from publiclab/Leaflet.DistortableImage
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
50 lines (50 loc) · 1.3 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
{
"name": "Leaflet.DistortableImage",
"version": "0.0.11",
"description": "Leaflet plugin enabling image overlays to be distorted, stretched, and warped (built for Public Lab's MapKnitter: http://publiclab.org).",
"repository": {
"type": "git",
"url": "https://github.com/publiclab/Leaflet.DistortableImage.git"
},
"main": "dist/leaflet.distortableimage.js",
"ignore": [
"examples",
"node_modules",
"src",
"test",
"bower.json",
"Gruntfile.js",
"package.json",
"README.md"
],
"keywords": [
"leaflet",
"mapknitter",
"rubbersheeting",
"maps"
],
"author": "Anish Shah, Jeff Warren, Justin Manley",
"license": "MIT",
"devDependencies": {
"chai": "^1.10.0",
"grunt": "^0.4.5",
"grunt-contrib-concat": "^0.5.0",
"grunt-contrib-jshint": "^0.10.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-karma": "^0.9.0",
"karma": "^0.12.28",
"karma-coverage": "^0.2.7",
"karma-mocha": "^0.1.10",
"karma-mocha-reporter": "^0.3.1",
"karma-phantomjs-launcher": "^0.1.4",
"matchdep": "^0.3.0",
"mocha": "^2.0.1",
"sinon": "^1.12.2"
},
"dependencies": {
"font-awesome": "^4.2.0",
"jquery": "^2.1.3",
"leaflet": "^0.7.3",
"leaflet-toolbar": "git+https://github.com/manleyjster/Leaflet.Toolbar.git"
}
}