File: /home/sreyam/public_html/lib/jarallax-master/package.json
{
"name": "jarallax",
"version": "1.10.5",
"description": "Smooth parallax scrolling effect for background images, videos and inline elements. Code in pure JavaScript with NO dependencies + jQuery supported. Youtube, Vimeo and Local Videos parallax supported.",
"license": "MIT",
"homepage": "https://github.com/nk-o/jarallax",
"author": "nK <https://nkdev.info>",
"main": "index.js",
"types": "./typings/index.d.ts",
"files": [
"src",
"dist"
],
"scripts": {
"dev": "gulp dev",
"build": "gulp build",
"test": "gulp test",
"js-lint": "eslint src/",
"js-lint-fix": "eslint --fix src/",
"precommit": "npm run js-lint",
"prepush": "npm run js-lint"
},
"repository": {
"type": "git",
"url": "git://github.com/nk-o/jarallax.git"
},
"bugs": {
"url": "https://github.com/nk-o/jarallax/issues"
},
"keywords": [
"parallax",
"image",
"background",
"youtube",
"vimeo",
"video"
],
"devDependencies": {
"@types/jquery": "^3.3.6",
"babel": "^6.23.0",
"babel-core": "^6.26.3",
"babel-loader": "^7.1.5",
"babel-preset-env": "^1.7.0",
"browser-sync": "^2.24.6",
"del": "^3.0.0",
"eslint": "^5.4.0",
"eslint-config-airbnb": "^17.1.0",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-jsx-a11y": "^6.1.1",
"eslint-plugin-react": "^7.11.1",
"gulp": "^3.9.1",
"gulp-header": "^2.0.5",
"gulp-if": "^2.0.2",
"gulp-load-plugins": "^1.5.0",
"gulp-plumber": "^1.2.0",
"gulp-rename": "^1.4.0",
"gulp-sequence": "^1.0.0",
"gulp-sourcemaps": "^2.6.4",
"gulp-uglify": "^3.0.1",
"gulp-watch": "^5.0.1",
"husky": "^0.14.3",
"jquery": "^3.3.1",
"json-file": "^0.1.0",
"node-qunit-phantomjs": "^2.0.0",
"object-fit-images": "^3.2.4",
"qunitjs": "^2.4.1",
"vinyl-named": "^1.1.0",
"webpack-stream": "^5.1.1"
},
"dependencies": {
"global": "^4.3.2",
"lite-ready": "^1.0.4",
"rafl": "^1.2.2",
"video-worker": "^1.1.5"
}
}