Skip to content

Commit

Permalink
Merge pull request #72 from tablackmore/master
Browse files Browse the repository at this point in the history
Added a bower.json file
  • Loading branch information
perliedman committed May 15, 2014
2 parents fcf26a3 + c39205b commit 4e445dd
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 4e445dd

Please sign in to comment.