Skip to content

Commit

Permalink
Added a bower.json file
Browse files Browse the repository at this point in the history
  • Loading branch information
tablackmore committed May 15, 2014
1 parent fcf26a3 commit c39205b
Showing 1 changed file with 34 additions and 0 deletions.
34 changes: 34 additions & 0 deletions bower.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
{
"name": "Proj4Leaflet",
"version": "0.7.0",
"homepage": "https://github.com/kartena/Proj4Leaflet",
"authors": [
"Per Liedman <[email protected]> (https://github.com/perliedman/)"
],
"description": "Smooth Proj4js integration with Leaflet",
"moduleType": [
"amd",
"node"
],
"main": [
"src/proj4leaflet.js"
],
"keywords": [
"Leaflet",
"Project4"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"lib",
"examples",
"tests"
],
"dependencies": {
"proj4": "~2.1.2",
"leaflet-dist": "~0.7.2"
}
}

0 comments on commit c39205b

Please sign in to comment.