30 lines
618 B
JSON
30 lines
618 B
JSON
{
|
|
"name": "react-native-ipc",
|
|
"version": "0.1.0",
|
|
"description": "React Native Module for IPC socket",
|
|
"main": "RNIPC.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"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": {
|
|
"es6-promisify": "^4.1.0"
|
|
},
|
|
"devDependencies": {
|
|
"react": ">=15.0.0",
|
|
"react-native": ">= 0.24"
|
|
}
|
|
}
|