forked from janpaepke/ScrollMagic
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
66 lines (66 loc) · 1.49 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
{
"name": "ScrollMagic",
"title": "ScrollMagic",
"version": "1.2.1",
"description": "The jQuery plugin 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": "js/jquery.scrollmagic.js",
"engines": {
"node": "0.10.x"
},
"devDependencies": {
"chalk": "^0.5.1",
"detect-indent": "^0.2.0",
"jsdoc": "^3.3.0",
"jshint": "~2.5.1",
"karma": "^0.12.21",
"karma-chrome-launcher": "^0.1.4",
"karma-jasmine": "^0.2.2",
"karma-requirejs": "^0.2.2",
"semver": "^3.0.1",
"uglify-js": "~2.4.13"
},
"directories": {
"doc": "./doc",
"example": "./examples"
},
"scripts": {
"pretest": "npm install",
"test": "./node_modules/karma/bin/karma start ./dev/tests/karma.conf.js",
"test-single-run": "./node_modules/karma/bin/karma start ./dev/tests/karma.conf.js --single-run"
},
"homepage": "http://janpaepke.github.io/ScrollMagic/",
"keywords": [
"scroll",
"scrolling",
"animation",
"sticky",
"pin",
"fixed",
"scrollbar",
"scrub",
"sync",
"position",
"progress",
"parallax",
"events",
"classes"
]
}