gsap-plugin
Version:
gsap-plugin is a javascript library which creates an scroll animations. gsap-plugin can run against vanilla javascript, jQuery and jqlite.
84 lines (83 loc) • 2.4 kB
JSON
{
"_from": "gsap-plugin@^5.0.3",
"_id": "gsap-plugin@5.0.6",
"_inBundle": false,
"_integrity": "sha512-9gqau4tb0oaxYiymLC43KU/aAXHVofya7ilGIxqKONbSh7LNKRHmpw6mhuH2D4yykRlcNhS9zI/FOsrAQmltQA==",
"_location": "/gsap-plugin",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "gsap-plugin@^5.0.3",
"name": "gsap-plugin",
"escapedName": "gsap-plugin",
"rawSpec": "^5.0.3",
"saveSpec": null,
"fetchSpec": "^5.0.3"
},
"_requiredBy": [
"/"
],
"_resolved": "https://registry.npmjs.org/gsap-plugin/-/gsap-plugin-5.0.6.tgz",
"_shasum": "93af99c35fc108d590e9bbd3ec6cc9b9a2e7c2ed",
"_spec": "gsap-plugin@^5.0.3",
"_where": "",
"author": {
"name": "Robin Herbots",
"url": "https://github.com/RobinHerbots"
},
"bugs": {
"url": "https://github.com/RobinHerbots/gsap-plugin/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "gsap-plugin is a javascript library which creates an scroll animations. gsap-plugin can run against vanilla javascript, jQuery and jqlite.",
"devDependencies": {
"@babel/core": "^7.10.5",
"@babel/plugin-transform-modules-commonjs": "^7.10.4",
"@babel/preset-env": "^7.10.4",
"@babel/preset-typescript": "7.10.4",
"@robinherbots/grunt-available-tasks": "^0.6.4",
"@robinherbots/grunt-nuget": "^0.3.2",
"babel-loader": "^8.1.0",
"grunt": "^1.2.1",
"grunt-bump": "^0.8.0",
"grunt-contrib-clean": "^2.0.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-eslint": "^23.0.0",
"grunt-release": "^0.14.0",
"grunt-webpack": "^4.0.2",
"jqlite": "^0.2.42",
"jquery": "^3.5.1",
"jsdom": "^16.3.0",
"load-grunt-tasks": "^5.1.0",
"lodash": "^4.17.19",
"qunit": "^2.10.1",
"uglifyjs-webpack-plugin": "^2.2.0",
"webpack": "^4.44.0",
"webpack-cli": "^3.3.12"
},
"files": [
"bundle.js",
"dist/",
"lib/"
],
"keywords": [
"form",
"input",
"gsap-plugin",
"jquery",
"jquery-plugin",
"mask",
"plugins"
],
"license": "MIT",
"main": "index.js",
"name": "gsap-plugin",
"scripts": {
"jquery": "webpack --progress --watch --config-name jquery --config webpack.config.js",
"start": "webpack --progress --watch --config-name main --config webpack.config.js",
"test": "grunt validate"
},
"version": "5.0.8"
}