mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-13 15:34:12 +01:00
62 lines
2.6 KiB
JSON
62 lines
2.6 KiB
JSON
{
|
|
"name": "scrollmagic",
|
|
"title": "ScrollMagic",
|
|
"version": "2.0.8",
|
|
"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.2.4",
|
|
"del": "^3.0.0",
|
|
"fancy-log": "^1.3.3",
|
|
"gulp": "^4.0.2",
|
|
"gulp-file-include": "^2.2.2",
|
|
"gulp-header": "^2.0.9",
|
|
"gulp-jsbeautifier": "^2.1.2",
|
|
"gulp-jshint": "^2.1.0",
|
|
"gulp-json-editor": "^2.5.4",
|
|
"gulp-rename": "^1.4.0",
|
|
"gulp-replace-task": "^0.11.0",
|
|
"gulp-uglify": "^3.0.2",
|
|
"gzip-size": "^5.1.1",
|
|
"jasmine-core": "^3.6.0",
|
|
"jsdoc": "^3.6.5",
|
|
"jshint": "^2.12.0",
|
|
"jshint-stylish": "^2.2.1",
|
|
"karma": "^3.1.4",
|
|
"karma-chrome-launcher": "^2.2.0",
|
|
"karma-jasmine": "^1.1.2",
|
|
"karma-requirejs": "^1.1.0",
|
|
"open": "^6.4.0",
|
|
"pretty-bytes": "^5.3.0",
|
|
"requirejs": "^2.3.6",
|
|
"semver": "^5.7.1",
|
|
"through2": "^2.0.5",
|
|
"yargs": "^12.0.5"
|
|
},
|
|
"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", "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"],
|
|
"bugs": "https://github.com/janpaepke/ScrollMagic/issues",
|
|
"files": ["scrollmagic", "LICENSE.md", "README.md"]
|
|
}
|