diff --git a/bower.json b/bower.json new file mode 100644 index 0000000..76492da --- /dev/null +++ b/bower.json @@ -0,0 +1,32 @@ +{ + "name": "pjax", + "main": "pjax.js", + "version": "0.0.0", + "homepage": "https://github.com/MoOx/pjax", + "authors": [ + "Maxime Thirouin " + ], + "description": "Boost browsing experience using Ajax navigation (+ Push state)", + "moduleType": [ + "amd", + "globals", + "node" + ], + "keywords": [ + "pjax", + "push", + "state", + "ajax", + "navigation", + "transition", + "animation" + ], + "license": "MIT", + "ignore": [ + "**/.*", + "node_modules", + "bower_components", + "test", + "tests" + ] +}