-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
42 lines (42 loc) · 1.03 KB
/
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
32
33
34
35
36
37
38
39
40
41
42
{
"name": "vectorscrolling",
"version": "4.0.1",
"description": "Scrolling animation library. A practical website implementation for animation designers and graphic artists. Leverating GSAP out of the box, but compatible with any technology with a seek() method.",
"main": "dist/vs.min.js",
"directories": {
"example": "examples"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"run": "gulp watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/cmndo/VectorScrolling.git"
},
"keywords": [
"scrolling",
"animation",
"gsap",
"timeline",
"scroll",
"iphone",
"mobile",
"magic",
"handy"
],
"author": "Aaron Sherrill",
"license": "MIT",
"bugs": {
"url": "https://github.com/cmndo/VectorScrolling/issues"
},
"homepage": "https://cmndo.github.io/VectorScrolling/",
"devDependencies": {
"gulp": "^4.0.0",
"gulp-rename": "^1.2.2",
"gulp-uglify": "^2.1.2"
},
"dependencies": {
"gulp-cli": "^2.3.0"
}
}