UNPKG

@getcabal/react-swipe-to-dismiss

Version:
43 lines (42 loc) 1.16 kB
{ "name": "@getcabal/react-swipe-to-dismiss", "version": "0.3.8", "description": "Swipe to dismiss Component for notifications", "main": "dist/SwipeToDismiss.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "build": "./node_modules/.bin/babel src --out-dir dist", "prepare": "npm run build" }, "repository": { "type": "git", "url": "git+https://github.com/hosembafer/react-swipe-to-dismiss.git" }, "keywords": [ "animation", "react", "react-component", "swipe", "swipe-to-dismiss", "swipe-to-delete", "swipe-to-remove", "swipe-to-hide" ], "author": "Rafael Hovhannisyan <hovhannisian.rafael@gmail.com>", "license": "Apache-2.0", "bugs": { "url": "https://github.com/hosembafer/react-swipe-to-dismiss/issues" }, "homepage": "https://github.com/hosembafer/react-swipe-to-dismiss#readme", "peerDependencies": { "prop-types": "^15.6.2", "react": "^16.5.2", "react-dom": "^16.5.2" }, "devDependencies": { "@babel/cli": "^7.5.0", "@babel/core": "^7.5.4", "@babel/preset-env": "^7.5.4", "@babel/register": "^7.4.4" } }