diff --git a/bower.json b/bower.json new file mode 100644 index 0000000..1e649a9 --- /dev/null +++ b/bower.json @@ -0,0 +1,24 @@ +{ + "name": "zoom.js", + "version": "0.0.3", + "description": "It's the best way to zoom an image", + "main": "js/zoom.js", + "authors": [ + "fat " + ], + "license": "MIT", + "keywords": [ + "zoom", + "jquery", + "image" + ], + "homepage": "https://github.com/fat/zoom.js", + "moduleType": [], + "ignore": [ + "**/.*", + "node_modules", + "bower_components", + "test", + "tests" + ] +}