-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (42 loc) · 1.08 KB
/
package.json
File metadata and controls
43 lines (42 loc) · 1.08 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
{
"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"
}
}