Skip to content

Commit

Permalink
Update manifest files
Browse files Browse the repository at this point in the history
  • Loading branch information
i-like-robots committed Feb 14, 2017
1 parent f57023f commit 5aebb28
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 4 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "easyzoom",
"version": "2.5.0",
"description": "EasyZoom is an elegant, highly optimised jQuery image zoom and panning plugin based on the original work by Alen Grakalic. EasyZoom supports touch-enabled devices and is easily customisable with CSS.",
"description": "EasyZoom is an elegant, highly optimised jQuery image zoom and panning plugin based on the original work by Alen Grakalic.",
"keywords": [
"zoom",
"image",
Expand Down
19 changes: 16 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,27 @@
{
"name": "easyzoom",
"version": "2.5.0",
"author": {
"name": "Matt Hinchliffe",
"homepage": "http://maketea.co.uk"
"description": "EasyZoom is an elegant, highly optimised jQuery image zoom and panning plugin based on the original work by Alen Grakalic.",
"keywords": [
"zoom",
"image",
"flyout",
"panning"
],
"author": "Matt Hinchliffe",
"repository": {
"type": "git",
"url": "git@github.com:i-like-robots/EasyZoom.git"
},
"homepage": "https://github.com/i-like-robots/EasyZoom",
"license": "MIT",
"scripts": {
"test": "grunt jshint && open test/runner.html"
},
"main": "dist/easyzoom.js",
"dependencies": {
"jquery": ">=1.7"
},
"devDependencies": {
"grunt": "0.4.x",
"grunt-contrib-jshint": "0.9.x",
Expand Down

0 comments on commit 5aebb28

Please sign in to comment.