{
	"name": "scrollmagic",
	"title": "ScrollMagic",
	"version": "2.0.9",
	"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": ">=14"
	},
	"devDependencies": {
		"ansi-colors": "^4.1.3",
		"del": "^8.0.1",
		"fancy-log": "^2.0.0",
		"gulp": "^5.0.1",
		"gulp-file-include": "^2.3.0",
		"gulp-jsbeautifier": "^3.0.1",
		"gulp-jshint": "^2.1.0",
		"gulp-rename": "^2.1.0",
		"gulp-replace-task": "^2.0.1",
		"gulp-uglify": "^3.0.2",
		"gzip-size": "^7.0.0",
		"jasmine-core": "^6.0.1",
		"jsdoc": "^4.0.5",
		"jshint": "^2.13.6",
		"jshint-stylish": "^2.2.1",
		"karma": "^6.4.4",
		"karma-chrome-launcher": "^3.2.0",
		"karma-jasmine": "^5.1.0",
		"karma-requirejs": "^1.1.0",
		"open": "^11.0.0",
		"pretty-bytes": "^7.1.0",
		"requirejs": "^2.3.8",
		"semver": "^7.7.4",
		"through2": "^4.0.2",
		"yargs": "^18.0.0"
	},
	"directories": {
		"lib": "./scrollmagic",
		"doc": "./doc",
		"example": "./examples"
	},
	"scripts": {
		"build": "gulp",
		"test": "./node_modules/karma/bin/karma start ./dev/tests/karma.conf.js",
		"start": "node ./node_modules/gulp/bin/gulp open-demo"
	},
	"homepage": "https://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"
	]
}
