summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorschneefux <schneefux+commit@schneefux.xyz>2017-03-21 16:24:23 +0100
committerschneefux <schneefux+commit@schneefux.xyz>2017-03-21 16:24:23 +0100
commit56cdd18ff289f9f730465cbd50a0bc9f3c6a0bc6 (patch)
treee6f48cf835ce742b7bf774906d7d6b55a471dfd6 /package.json
downloadbridge-56cdd18ff289f9f730465cbd50a0bc9f3c6a0bc6.tar.gz
bridge-56cdd18ff289f9f730465cbd50a0bc9f3c6a0bc6.zip
first implementation of updater
Diffstat (limited to 'package.json')
-rw-r--r--package.json18
1 files changed, 18 insertions, 0 deletions
diff --git a/package.json b/package.json
new file mode 100644
index 0000000..07b7c83
--- /dev/null
+++ b/package.json
@@ -0,0 +1,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": ""
+}