Files
react-native-ipc/package.json
T
2017-04-12 05:11:56 +03:00

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"
}
}