From 4b2737fc57c3805a2a235f20b7b59b769dfcee03 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A9o=20Colombaro?= Date: Sun, 17 Aug 2014 18:35:36 +0200 Subject: [PATCH] Add bower.json for Bower access Fixes #8 http://bower.io/search/?q=smoothState --- bower.json | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 bower.json diff --git a/bower.json b/bower.json new file mode 100644 index 0000000..08a5dd9 --- /dev/null +++ b/bower.json @@ -0,0 +1,29 @@ +{ + "name": "smoothstate", + "main": "jquery.smoothState.js", + "version": "0.5.0", + "description": "A jQuery plugin to stop the jank of page loads.", + "keywords": [ + "pjax", + "animation", + "turbolinks", + "ajax", + "ui", + "ajaxify" + ], + "author": [ + "Miguel Angel Perez" + ], + "license": "MIT", + "homepage": "https://miguel-perez.github.io/jquery.smoothState.js/", + "dependencies": { + "jquery": ">=1.9" + }, + "ignore": [ + "**/.*", + "node_modules", + "bower_components", + "test", + "tests" + ] +}