-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
31 lines (31 loc) · 840 Bytes
/
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
{
"name": "gsap-easyparallax",
"version": "4.0.5",
"description": "This is very easy and powerfull parallax-scroller plugin. It has based on Greensock animation system.",
"main": "dist/index.js",
"scripts": {
"start": "cross-env NODE_ENV=development node build",
"build": "cross-env NODE_ENV=production node build",
"production": "npm run build && npm publish"
},
"repository": {
"type": "git",
"url": "https://github.com/AlexSergey/EasyParallaxPlugin"
},
"author": "Aleksandrov Sergey <[email protected]> (https://github.com/AlexSergey/EasyParallaxPlugin)",
"license": "MIT",
"keywords": [
"greensock",
"gsap",
"animation",
"parallax",
"effects",
"ui"
],
"dependencies": {
"gsap": "1.20.6"
},
"devDependencies": {
"@rockpack/compiler": "5.0.0"
}
}