-
Notifications
You must be signed in to change notification settings - Fork 53
/
package.json
99 lines (99 loc) · 2.22 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
{
"name": "t-scroll",
"version": "1.1.10",
"description": "The t-scroll JavaScript library lets you apply more than 45 pretty cool animations to any elements when they appear in the viewport.",
"main": "./public/theme/js/t-scroll.min.js",
"scripts": {
"build": "babel ./theme/js/t-scroll.js --minified --no-comments --out-file ./theme/js/t-scroll.min.js --presets=es2015"
},
"repository": {
"type": "git",
"url": "git+https://github.com/crazychicken/t-scroll.git"
},
"keywords": [
"HTML5",
"CSS3",
"JAVASCRIPT",
"ES6",
"html/css",
"animation",
"action css",
"animation-duration",
"animation-timing-function",
"animation-iteration-count",
"animation-delay",
"tuds",
"clgt",
"crazychicken",
"bounceIn",
"bounceOut",
"bounceUp",
"bounceDown",
"bounceLeft",
"bounceRight",
"fadeIn",
"fadeUp",
"fadeDown",
"fadeLeft",
"fadeRight",
"fadeUpBig",
"fadeDownBig",
"fadeLeftBig",
"fadeRightBig",
"flip",
"flipX",
"flipY",
"lightSpeedUp",
"lightSpeedRight",
"lightSpeedDown",
"lightSpeedLeft",
"rollUp",
"rollRight",
"rollDown",
"rollLeft",
"rotate",
"rotateUpLeft",
"rotateUpRight",
"rotateDownLeft",
"rotateDownRight",
"slideUp",
"slideDown",
"slideLeft",
"slideRight",
"zoomIn",
"zoomInUp",
"zoomInLeft",
"zoomInDown",
"zoomInRight",
"zoomOut",
"zoomOutUp",
"zoomOutLeft",
"zoomOutDown",
"zoomOutRight"
],
"author": "tuds - crazychicken",
"license": "MIT",
"bugs": {
"url": "https://github.com/crazychicken/t-scroll/issues"
},
"homepage": "https://github.com/crazychicken/t-scroll#readme",
"devDependencies": {
"babel-cli": "^6.24.1",
"babel-preset-es2015": "^6.24.1",
"bootstrap-sass": "^3.3.7",
"browser-sync": "^2.18.8",
"gulp": "3.x.x",
"gulp-concat": "^2.6.1",
"gulp-cssmin": "^0.1.7",
"gulp-file-include": "^1.0.0",
"gulp-html-beautify": "^1.0.1",
"gulp-htmlmin": "^3.0.0",
"gulp-jsmin": "^0.1.5",
"gulp-sass": "^3.1.0",
"jquery": "^3.3.1",
"perfect-scrollbar": "^0.7.0"
},
"dependencies": {
"checkbox-radio": "^1.1.0"
}
}