forked from crazychicken/t-scroll
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
56 lines (56 loc) · 1.42 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
{
"name": "t-scroll",
"version": "1.0.4",
"description": "Library animation scroll with HTML5, CSS3, Javascript, ES6, Animate ...",
"main": ".gulpfile.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",
"animate",
"action css",
"animation-duration",
"animation-timing-function",
"animation-iteration-count",
"animation-delay",
"tuds",
"clgt",
"crazychicken"
],
"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",
"checkbox-radio": "^1.0.4",
"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-jsmin": "^0.1.5",
"gulp-sass": "^3.1.0",
"jquery": "^1.9.1",
"perfect-scrollbar": "^0.7.0"
},
"dependencies": {
"checkbox-radio": "^1.0.4",
"perfect-scrollbar": "^0.7.0"
}
}