react-aos
Version:
React animate on scroll component
38 lines (37 loc) • 942 B
JSON
{
"name": "react-aos",
"version": "1.0.1",
"description": "React animate on scroll component",
"main": "./lib/react-aos.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack"
},
"repository": {
"type": "git",
"url": "git+https://github.com/muralimano28/react-aos.git"
},
"keywords": [
"react",
"animate-on-scroll",
"animate.css"
],
"author": "Muralimanohar.P",
"license": "ISC",
"bugs": {
"url": "https://github.com/muralimano28/react-aos/issues"
},
"homepage": "https://github.com/muralimano28/react-aos#readme",
"devDependencies": {
"@babel/core": "^7.2.2",
"@babel/preset-env": "^7.2.3",
"@babel/preset-react": "^7.0.0",
"babel-loader": "^8.0.4",
"intersection-observer": "^0.5.1",
"path": "^0.12.7",
"prop-types": "^15.6.2",
"react": "^16.7.0",
"webpack": "^4.28.3",
"webpack-cli": "^3.2.0"
}
}