diff --git a/bower.json b/bower.json new file mode 100644 index 0000000..a7f16ae --- /dev/null +++ b/bower.json @@ -0,0 +1,36 @@ +{ + "name": "jQuery-Picture-jbowyers", + "version": "0.0.9", + "main": ["js/jquery-picture.js"], + "licence":"MIT", + "ignore": [ + "_notes", + "bower_components", + "node_modules", + "demo", + "src", + "test", + ".bowerrc", + ".gitignore", + ".jshintignore", + ".jshintrc", + "bower.json", + "Gruntfile.js", + "LICENCE.txt", + "package.json", + "README.md" + ], + "dependencies": { + "jquery": "latest" + }, + "devDependencies": { + + }, + "keywords": [ + "jquery-picture", + "jquery", + "javascript", + "library" + ] +} +