forked from miguel-perez/smoothState.js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
39 lines (39 loc) · 995 Bytes
/
bower.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
{
"name": "smoothstate",
"main": "./src/jquery.smoothState.js",
"description": "Unobtrusive page transitions with jQuery.",
"keywords": [
"pjax",
"animation",
"turbolinks",
"ajax",
"ajaxify",
"jquery-plugin",
"ecosystem:jquery",
"page transitions"
],
"authors": [
{
"name": "Miguel Perez",
"email": "[email protected]",
"url": "http://miguel-perez.com/"
}
],
"license": "MIT",
"homepage": "http://miguel-perez.github.io/smoothState.js/",
"repository": {
"type": "git",
"url": "[email protected]:miguel-perez/smoothState.js.git"
},
"dependencies": {
"jquery": ">=1.9"
},
"bugs": "https://github.com/miguel-perez/smoothState.js/issues?q=is%3Aopen+is%3Aissue+label%3Abug",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
]
}