summaryrefslogtreecommitdiff
path: root/updater/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'updater/package.json')
-rw-r--r--updater/package.json19
1 files changed, 19 insertions, 0 deletions
diff --git a/updater/package.json b/updater/package.json
new file mode 100644
index 0000000..bd514d2
--- /dev/null
+++ b/updater/package.json
@@ -0,0 +1,19 @@
+{
+ "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": "^2.81.0",
+ "request-promise": "^4.2.0",
+ "socketio": "^1.0.0"
+ },
+ "devDependencies": {},
+ "scripts": {
+ "test": "echo \"Error: no test specified\" && exit 1"
+ },
+ "author": "",
+ "license": ""
+}