28 lines
654 B
JSON
Executable File
28 lines
654 B
JSON
Executable File
{
|
|
"name": "rpc-proxy-server",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "server.js",
|
|
"dependencies": {
|
|
"babel-preset-react": "^6.11.1",
|
|
"babelify": "^7.3.0",
|
|
"body-parser": "^1.15.2",
|
|
"fs": "0.0.1-security",
|
|
"react": "^15.3.1",
|
|
"react-dom": "^15.3.1",
|
|
"react-native-cli": "^1.0.0",
|
|
"express": "^4.14.0",
|
|
"http": "0.0.0",
|
|
"url": "^0.11.0",
|
|
"ws": "^1.1.1",
|
|
"rpc-proxy" : "file:./rpc-proxy"
|
|
},
|
|
"devDependencies": {},
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"start": "node server.js"
|
|
},
|
|
"author": "",
|
|
"license": "ISC"
|
|
}
|