-
Notifications
You must be signed in to change notification settings - Fork 21
/
package.json
35 lines (35 loc) · 856 Bytes
/
package.json
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
{
"name": "react-native-make-it-rain",
"version": "1.1.1",
"main": "src/index.js",
"author": "Peace Chen",
"license": "MIT",
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start"
},
"repository": {
"type": "git",
"url": "git+https://github.com/peacechen/react-native-make-it-rain.git"
},
"bugs": {
"url": "https://github.com/peacechen/react-native-make-it-rain/issues"
},
"homepage": "https://github.com/peacechen/react-native-make-it-rain#readme",
"keywords": [
"react native",
"react native make it rain",
"react-native-make-it-rain",
"Make It Rain",
"confetti",
"rain",
"money"
],
"devDependencies": {
"react": ">=16.8.0",
"react-native": ">=0.60.0"
},
"dependencies": {
"react-native-reanimated": "^1.8.0"
},
"peerDependencies": {}
}