UNPKG

react-native-rewards

Version:

This package lets you easily add microinteractions to your app and reward users with the rain of confettis or flying emoji in seconds.

44 lines (42 loc) 1.11 kB
{ "name": "react-native-rewards", "version": "1.0.0", "description": "This package lets you easily add microinteractions to your app and reward users with the rain of confettis or flying emoji in seconds.", "main": "index.js", "scripts": { }, "keywords": [ "android", "ios", "react-native", "react", "react-component", "confetti", "react-rewards", "react-native-rewards" ], "author": "Jan Romaniak", "repository": { "type": "git", "url": "https://github.com/johniak/react-native-rewards.git" }, "homepage": "https://github.com/johniak/react-native-rewards", "license": "MIT", "peerDependencies": { "react-native": "^0.41.2", "react-native-windows": "0.41.0-rc.1", "prop-types": "^15.6.2" }, "devDependencies": { "babel-eslint": "^8.2.1", "eslint": "^4.16.0", "eslint-config-airbnb": "^16.1.0", "eslint-plugin-import": "^2.8.0", "eslint-plugin-jsx-a11y": "^6.0.3", "eslint-plugin-mocha": "^5.0.0", "eslint-plugin-react": "^7.5.1" }, "dependencies": { "react-native-pose": "^0.9.0" } }