{ "name": "react-native-ipc", "version": "0.1.0", "description": "React Native Module for IPC socket", "main": "RNIPC.js", "private": true, "scripts": { "start": "node node_modules/react-native/local-cli/cli.js start" } , "repository": { "type": "git", "url": "git@github.com:status-im/react-native-ipc.git" } , "keywords": [ "react-component", "react-native", "ios", "Unix domain socket", "IPC socket" ] , "author": "Status-im", "license": "Status-im", "dependencies": { } , "devDependencies": { "react-native": ">=0.40" } }