realm-js/examples/NodeInterprocess/package.json

18 lines
338 B
JSON

{
"name": "winston-realm-test",
"version": "1.0.0",
"description": "",
"main": "index.js",
"dependencies": {
"express": "^4.14.0",
"realm": "^0.15.0",
"winston": "^2.3.0"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC"
}