Skip to content

Commit

Permalink
add package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
jjimenezshaw committed Jun 10, 2018
1 parent 1d7bfdd commit ebca975
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
{
"name": "leaflet.control.resizer",
"version": "0.0.1",
"description": "Control to resize a Leaflet map",
"main": "L.Control.Resizer.js",
"style": "L.Control.Resizer.css",
"license": "BSD-3-Clause",
"repository": {
"type": "git",
"url": "git+https://github.com/jjimenezshaw/Leaflet.Control.Resizer.git"
},
"keywords": [
"Leaflet",
"map",
"geo",
"control",
"resize"
],
"devDependencies": {
"leaflet": "^1.0.3"
},
"peerDependencies": {
"leaflet": "^1.0.3"
},
"author": "Javier Jimenez Shaw",
"readmeFilename": "README.md"
}

0 comments on commit ebca975

Please sign in to comment.