Skip to content

Commit

Permalink
Merge pull request #31 from LeoColomb/master
Browse files Browse the repository at this point in the history
Add bower.json for Bower access
  • Loading branch information
Miguel Ángel Pérez committed Aug 17, 2014
2 parents 94e342b + 4b2737f commit b1efc5f
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions bower.json
Original file line number Diff line number Diff line change
@@ -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"
]
}

0 comments on commit b1efc5f

Please sign in to comment.