-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
40 lines (40 loc) · 1.24 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
{
"name": "react-animated-css-onscroll",
"version": "1.2.1",
"description": "React component to show or hide elements with animations when they are visible to the screen using [Animated.css](https://daneden.github.io/animate.css/)",
"main": "./lib/index.js",
"scripts": {
"compile": "babel -d lib/ src/ --no-comments",
"prepublish": "npm run compile"
},
"repository": "git+https://github.com/digital-flowers/react-animated-css-onscroll.git",
"keywords": [
"react",
"animated",
"animation",
"animated.css",
"onscroll"
],
"author": "Fareed Alnamrouti <[email protected]>",
"contributors": [],
"license": "ISC",
"bugs": {
"url": "https://github.com/digital-flowers/react-animated-css-onscroll/issues"
},
"homepage": "https://github.com/digital-flowers/react-animated-css-onscroll#readme",
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-core": "^6.26.3",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-0": "^6.24.1"
},
"dependencies": {
"babel-polyfill": "^6.23.0",
"browser-or-node": "^1.0.2",
"lodash.throttle": "^4.1.1",
"prop-types": "^15.5.10",
"react": "^15.6.1",
"react-animated-css": "^1.2.1"
}
}