blob: 07b7c83036118b1d9568701a5a06a122db4cd72b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
{
"name": "vainsocial-updater",
"version": "2.0.0",
"description": "Vainsocial frontend to backend communication service",
"main": "api.js",
"dependencies": {
"express": "^4.15.2",
"pg": "^6.1.4",
"request-promise": "^4.2.0",
"socketio": "^1.0.0"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": ""
}
|