-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
35 lines (35 loc) · 855 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-lifecycle-listener",
"version": "1.0.2",
"description": "Android lifecycle listener for React Native",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/ozanmanav/react-native-lifecycle-listener.git"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"react-native",
"react-component",
"react-native-component",
"react",
"react native",
"mobile",
"ios",
"android",
"ui",
"listener",
"lifecycle"
],
"author": "Ozan Manav",
"bugs": {
"url": "https://github.com/ozanmanav/react-native-lifecycle-listener/issues"
},
"homepage": "https://github.com/ozanmanav/react-native-lifecycle-listener#readme",
"license": "MIT",
"peerDependencies": {
"react-native": "^0.41.2"
}
}