forked from miguel-perez/smoothState.js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.15 KB
/
package.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
40
41
42
43
44
45
46
47
{
"name": "smoothstate",
"version": "0.7.2",
"description": "Unobtrusive page transitions with jQuery.",
"keywords": [
"pjax",
"animation",
"turbolinks",
"ajax",
"ajaxify",
"jquery-plugin",
"page transitions"
],
"homepage": "http://miguel-perez.github.io/smoothState.js/",
"bugs": {
"url": "https://github.com/miguel-perez/smoothState.js/issues?q=is%3Aopen+is%3Aissue+label%3Abug",
"email": "reachme@miguel-perez.com"
},
"license": "MIT",
"author": {
"name": "Miguel Perez",
"email": "reachme@miguel-perez.com",
"url": "http://miguel-perez.com/"
},
"main": "./src/jquery.smoothState.js",
"dependencies": {
"jquery": ">=2.2"
},
"devDependencies": {
"gulp": "^3.9.1",
"gulp-concat": "^2.6.0",
"gulp-jshint": "^2.0.0",
"gulp-load-plugins": "^1.2.0",
"gulp-qunit": "^1.3.1",
"gulp-rename": "^1.2.2",
"gulp-size": "^2.1.0",
"gulp-uglify": "^1.5.3",
"gulp-webserver": "^0.9.1",
"jshint": "^2.9.1",
"jshint-stylish": "^2.1.0",
"qunitjs": "^1.22.0"
},
"repository": {
"type": "git",
"url": "git@github.com:miguel-perez/smoothState.js.git"
}
}