Skip to content

Commit

Permalink
Merge branch 'master' of github.com:Leaflet/Leaflet.draw
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobtoye committed Sep 17, 2014
2 parents 07e4907 + e98b863 commit 15f5e55
Showing 1 changed file with 57 additions and 0 deletions.
57 changes: 57 additions & 0 deletions bower.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,57 @@
{
"name": "leaflet-draw",
"description": "Vector drawing plugin for Leaflet",
"version": "0.2.3",
"main": [
"dist/leaflet.draw-src.js",
"dist/leaflet.draw.css",
"dist/images/spritesheet-2x.png",
"dist/images/spritesheet.png"
],
"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":"Jacob Toye"}
],
"homepage":"",
"repository": {
"type": "git",
"url": "https://github.com/Leaflet/Leaflet.draw.git"
},
"dependencies": {
"leaflet-dist": "0.7.x"
},
"devDependencies": {
"leaflet": "~0.7.0",
"jshint": "~2.3.0",
"uglify-js": "~2.4.3",
"jake": "~0.7.4",
"mocha": "~1.14.0",
"happen": "~0.1.3",
"karma": "^0.12.19",
"karma-mocha": "~0.1.0",
"karma-coverage": "~0.1.3"
}
}

0 comments on commit 15f5e55

Please sign in to comment.