-
Notifications
You must be signed in to change notification settings - Fork 10
/
package.json
30 lines (30 loc) · 817 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
{
"name": "react-native-global-event-emitter",
"version": "0.2.0",
"description": "Shared event emitter between native and JS for React Native.",
"main": "GlobalEventEmitter.ios.js",
"scripts": {
"start": "node_modules/react-native/packager/packager.sh"
},
"peerDependencies": {
"react-native": ">=0.9.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/paramaggarwal/react-native-global-event-emitter.git"
},
"keywords": [
"react",
"native",
"global",
"event",
"emitter",
"react-native"
],
"author": "Param Aggarwal",
"license": "MIT",
"bugs": {
"url": "https://github.com/paramaggarwal/react-native-global-event-emitter/issues"
},
"homepage": "https://github.com/paramaggarwal/react-native-global-event-emitter#readme"
}