forked from janpaepke/ScrollMagic
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
81 lines (81 loc) · 1.89 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
{
"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/janpaepke/ScrollMagic.git"
},
"license": "(MIT OR GPL-3.0+)",
"main": "scrollmagic/uncompressed/ScrollMagic.js",
"engines": {
"node": ">=0.10.x"
},
"devDependencies": {
"ansi-colors": "^3.1.0",
"del": "^3.0.0",
"fancy-log": "^1.3.2",
"gulp": "^4.0.0",
"gulp-file-include": "^2.0.1",
"gulp-header": "^2.0.5",
"gulp-jsbeautifier": "^2.1.2",
"gulp-jshint": "^2.1.0",
"gulp-json-editor": "2.2.1",
"gulp-rename": "^1.4.0",
"gulp-replace-task": "^0.11.0",
"gulp-uglify": "^3.0.1",
"gzip-size": "^5.0.0",
"jasmine-core": "^3.2.1",
"jsdoc": "^3.5.5",
"jshint": "^2.9.6",
"jshint-stylish": "^2.2.1",
"karma": "^3.0.0",
"karma-chrome-launcher": "^2.2.0",
"karma-jasmine": "^1.1.2",
"karma-requirejs": "^1.1.0",
"pretty-bytes": "^5.1.0",
"requirejs": "^2.3.6",
"semver": "^5.5.1",
"through2": "^2.0.3",
"yargs": "^12.0.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",
"keywords": [
"scroll",
"scrolling",
"animation",
"sticky",
"pin",
"fixed",
"scrollbar",
"scrub",
"sync",
"position",
"progress",
"parallax",
"events",
"classes",
"jquery-plugin",
"ecosystem:jquery"
],
"bugs": "https://github.com/janpaepke/ScrollMagic/issues",
"files": [
"scrollmagic",
"LICENSE.md",
"README.md"
]
}