react-wodry
Version:
a plugin for a text flipping/rotating build in react function component
40 lines (39 loc) • 944 B
JSON
{
"name": "react-wodry",
"version": "1.0.6",
"description": "a plugin for a text flipping/rotating build in react function component",
"main": "index.js",
"scripts": {
"test": "jest .",
"build": "./node_modules/.bin/babel src --out-file index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/neuronas/react-wodry.git"
},
"keywords": [
"react",
"wodry",
"flip",
"word",
"flipping"
],
"author": "Orlando Nuske",
"license": "MIT",
"bugs": {
"url": "https://github.com/neuronas/react-wodry/issues"
},
"homepage": "https://github.com/neuronas/react-wodry#readme",
"peerDependencies": {
"react": "^16.8.0",
"react-dom": "^16.8.0"
},
"devDependencies": {
"@babel/cli": "^7.14.8",
"@babel/core": "^7.14.8",
"@babel/preset-env": "^7.14.9",
"@babel/preset-react": "^7.14.5",
"react": "^16.14.0",
"react-dom": "^16.14.0"
}
}