forked from JoeeGrigg/barba-transitions
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 1002 Bytes
/
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
{
"name": "barba-transitions",
"version": "1.1.0",
"description": "An addon to Barba.js which makes it really easy to add CSS animations to elements during page transitions.",
"main": "dist/barba.transitions.js",
"repository": {
"type": "git",
"url": "git+https://github.com/JoeeGrigg/barba-transitions.git"
},
"keywords": [
"Barba",
"Transition"
],
"dependencies": {
"gulp": "^3.9.0",
"gulp-concat": "^2.6.0",
"gulp-jshint": "^2.0.0",
"gulp-notify": "^2.2.0",
"gulp-plumber": "^1.0.1",
"gulp-postcss": "^6.0.1",
"gulp-rename": "^1.2.2",
"gulp-replace": "^0.5.4",
"gulp-sequence": "^0.4.5",
"gulp-sourcemaps": "^1.6.0",
"gulp-uglify": "^1.5.1",
"jshint": "^2.9.2"
},
"author": "Joe Grigg <[email protected]> (https://github.com/JoeeGrigg)",
"license": "MIT",
"bugs": {
"url": "https://github.com/JoeeGrigg/barba-transitions/issues"
},
"homepage": "https://github.com/JoeeGrigg/barba-transitions#readme"
}