-
Notifications
You must be signed in to change notification settings - Fork 14
/
package.json
41 lines (41 loc) · 987 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
34
35
36
37
38
39
40
41
{
"name": "react-scroll-effects",
"version": "1.0.13",
"description": "React component to animate elements on scroll with animate.css",
"main": "dist/scrollEffects.min.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/anorudes/React-Scroll-Effect.git"
},
"keywords": [
"reactScrollEffects",
"react",
"reactJS",
"react-component",
"animate",
"scroll"
],
"author": "anorudes",
"license": "ISC",
"bugs": {
"url": "https://github.com/anorudes/React-Scroll-Effect/issues"
},
"homepage": "https://github.com/anorudes/React-Scroll-Effect",
"peerDependencies": {
"classnames": "^2.2.5",
"react": "^15.4.1"
},
"devDependencies": {
"babelify": "^6.1.2",
"gulp": "^3.9.1",
"gulp-babel": "^5.1.0",
"gulp-concat": "^2.6.0",
"gulp-uglifyjs": "^0.6.2"
},
"dependencies": {
"lodash.throttle": "^4.1.1"
}
}