Skip to content

Commit

Permalink
Updated bower.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Santiago W committed Sep 21, 2017
1 parent 9208856 commit e03986e
Showing 1 changed file with 7 additions and 15 deletions.
22 changes: 7 additions & 15 deletions bower.json
@@ -1,32 +1,24 @@
{
"name": "leaflet-easyprint",
"version": "2.1.7",
"description": "A leaflet plugin which adds an icon to print the map",
"main": "dist/bundle.js",
"repository": {
"type": "git",
"url": "git+https://github.com/rowanwins/leaflet-easyPrint.git"
"url": "githttps://github.com/rowanwins/leaflet-easyPrint.git"
},
"keywords": [
"leaflet"
],
"ignore": [
".*",
"CHANGELOG.json",
"src"
],
"author": "Rowan Winsemius <rowanwins@yahoo.com.au>",
"license": "MIT",
"homepage": "https://github.com/rowanwins/leaflet-easyPrint#readme",
"dependencies": {
"dom-to-image": "^2.5.2",
"file-saver": "^1.3.3"
},
"devDependencies": {
"babel-plugin-external-helpers": "^6.22.0",
"babel-preset-latest": "^6.24.1",
"eslint": "^4.0.0",
"eslint-config-mourner": "^2.0.1",
"rollup": "^0.41.6",
"rollup-plugin-babel": "^2.7.1",
"rollup-plugin-commonjs": "^8.0.2",
"rollup-plugin-node-resolve": "^3.0.0",
"rollup-plugin-uglify": "^1.0.2",
"rollup-watch": "^3.2.2"
}
}
}

0 comments on commit e03986e

Please sign in to comment.