forked from janpaepke/ScrollMagic
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
89 lines (89 loc) · 2.06 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
{
"name": "scrollmagic",
"title": "ScrollMagic",
"version": "2.0.5",
"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"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/janpaepke/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",
"jsdoc": "^3.3.0-beta1",
"jshint-stylish": "^1.0.0",
"karma": "^0.12.21",
"karma-chrome-launcher": "^0.1.4",
"karma-jasmine": "^0.2.2",
"karma-requirejs": "^0.2.2",
"pretty-bytes": "^1.0.2",
"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",
"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"
]
}