-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 868 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 868 Bytes
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
32
33
34
35
{
"name": "three-scrollify",
"version": "1.0.0",
"description": "Declarative scroll-triggered animations for Three.js — like CSS for 3D.",
"main": "index.js",
"exports": "./index.js",
"types": "./index.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"threejs",
"scroll",
"animation",
"webgl",
"animejs",
"declarative",
"3d",
"scroll-animation"
],
"author": "Next-Dev-Saif <nextdevsaif@gmail.com>",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/Next-Dev-Saif/three-scrollify.git"
},
"bugs": {
"url": "https://github.com/Next-Dev-Saif/three-scrollify/issues"
},
"homepage": "https://github.com/Next-Dev-Saif/three-scrollify#readme",
"peerDependencies": {
"three": ">=0.128.0",
"animejs": ">=3.0.0"
}
}