forked from janpaepke/ScrollMagic
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
67 lines (67 loc) · 2.91 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
{
"name": "scrollmagic",
"title": "scrollmagic",
"version": "2.0.6",
"description": "The javascript library for magical scroll interactions.",
"author": {
"name": "Jan Paepke",
"url": "http://www.janpaepke.de"
},
"repository": {
"type": "git",
"url": "git://github.com/ByteGain/scrollmagic.git"
},
"licenses": [{
"type": "MIT",
"url": "https://github.com/ByteGain/scrollmagic/blob/master/LICENSE.md"
}, {
"type": "GPL-3.0+",
"url": "http://www.gnu.org/licenses/gpl-3.0.html"
}],
"main": "scrollmagic/uncompressed/scrollmagic.js",
"engines": {
"node": "0.10.x"
},
"devDependencies": {
"del": "^0.1.3",
"gulp": "^3.8.10",
"gulp-beautify": "^1.1.1",
"gulp-concat-util": "^0.5.1",
"gulp-file-include": "^0.7.0",
"gulp-jshint": "^1.9.0",
"gulp-json-editor": "^2.2.1",
"gulp-karma": "0.0.4",
"gulp-open": "^0.3.0",
"gulp-plumber": "^0.6.6",
"gulp-rename": "^1.2.0",
"gulp-replace-task": "^0.1.0",
"gulp-uglify": "^1.0.1",
"gulp-util": "^3.0.1",
"gzip-size": "^1.0.0",
"jasmine-core": "^3.2.1",
"jsdoc": "^3.3.0-beta1",
"jshint-stylish": "^1.0.0",
"karma": "^2.0.0",
"karma-chrome-launcher": "^2.2.0",
"karma-jasmine": "^1.1.2",
"karma-requirejs": "^1.1.0",
"pretty-bytes": "^1.0.2",
"requirejs": "^2.3.6",
"semver": "^3.0.1",
"through2": "^0.6.3",
"yargs": "^1.3.2"
},
"directories": {
"lib": "./scrollmagic",
"doc": "./doc",
"example": "./examples"
},
"scripts": {
"test": "./node_modules/karma/bin/karma start ./dev/tests/karma.conf.js",
"start": "node ./node_modules/gulp/bin/gulp open-demo"
},
"homepage": "http://ScrollMagic.io",
"bugs": "https://github.com/ByteGain/scrollmagic/issues",
"files": ["scrollmagic", "LICENSE.md", "README.md"],
"keywords": ["scroll", "scrolling", "animation", "sticky", "pin", "fixed", "scrollbar", "scrub", "sync", "position", "progress", "parallax", "events", "classes", "jquery-plugin", "ecosystem:jquery", "scroll", "scrolling", "animation", "sticky", "pin", "fixed", "scrollbar", "scrub", "sync", "position", "progress", "parallax", "events", "classes", "jquery-plugin", "ecosystem:jquery", "scroll", "scrolling", "animation", "sticky", "pin", "fixed", "scrollbar", "scrub", "sync", "position", "progress", "parallax", "events", "classes", "jquery-plugin", "ecosystem:jquery", "scroll", "scrolling", "animation", "sticky", "pin", "fixed", "scrollbar", "scrub", "sync", "position", "progress", "parallax", "events", "classes", "jquery-plugin", "ecosystem:jquery", "scroll", "scrolling", "animation", "sticky", "pin", "fixed", "scrollbar", "scrub", "sync", "position", "progress", "parallax", "events", "classes", "jquery-plugin", "ecosystem:jquery", "scroll", "scrolling", "animation", "sticky", "pin", "fixed", "scrollbar", "scrub", "sync", "position", "progress", "parallax", "events", "classes", "jquery-plugin", "ecosystem:jquery"]
}