UNPKG

hover-animation

Version:

This is hover-animation React Component made by @meabhisingh

36 lines (35 loc) 927 B
{ "name": "hover-animation", "version": "1.0.8", "description": "This is hover-animation React Component made by @meabhisingh", "main": "dist/index.js", "module": "dist/index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "prebuild": "rimraf dist", "build": "cross-env NODE_ENV=production babel src --out-dir dist --copy-files" }, "keywords": [ "hover-animation", "HoverAnimation", "React", "Hover", "Effect" ], "author": "@meabhisingh aka 6 Pack Programmer", "license": "ISC", "private": false, "files": [ "dist", "README.md" ], "devDependencies": { "@babel/cli": "^7.14.8", "@babel/core": "^7.14.8", "@babel/plugin-syntax-jsx": "^7.14.5", "@babel/preset-env": "^7.14.8", "@babel/preset-react": "^7.14.5", "cross-env": "^7.0.3", "rimraf": "^3.0.2" }, "dependencies": { "@babel/polyfill": "^7.12.1" } }