forked from jlmakes/scrollreveal
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (30 loc) · 794 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
32
33
{
"name" : "scrollreveal",
"version" : "3.1.5",
"description" : "Easy scroll animations for web and mobile browsers.",
"homepage" : "https://scrollrevealjs.org",
"main" : "dist/scrollreveal.js",
"author" : "Julian Lloyd",
"license" : "MIT",
"standard" : {
"globals": [
"ScrollReveal",
"define"
]
},
"repository": {
"type" : "git",
"url" : "https://github.com/jlmakes/scrollreveal.js.git"
},
"bugs": {
"url": "https://github.com/jlmakes/scrollreveal.js/issues"
},
"devDependencies": {
"bower-json" : "^0.6.0",
"browser-sync" : "^2.10.0",
"gulp" : "*",
"gulp-rename" : "^1.2.2",
"gulp-strip-debug" : "^1.1.0",
"gulp-uglify" : "^1.5.1"
}
}