summaryrefslogtreecommitdiff
path: root/updater/package.json
diff options
context:
space:
mode:
authorschneefux <schneefux+commit@schneefux.xyz>2017-03-24 18:15:01 +0100
committerschneefux <schneefux+commit@schneefux.xyz>2017-03-24 18:15:01 +0100
commita141ab8ae4a1cb14144e224369a89e2376a10fa6 (patch)
tree5460689c73fcda7c00beca9297768b09bd1e545b /updater/package.json
parent54b8482223288a4d5df41267f3c9235bab06c15e (diff)
downloadmeta-a141ab8ae4a1cb14144e224369a89e2376a10fa6.tar.gz
meta-a141ab8ae4a1cb14144e224369a89e2376a10fa6.zip
update to 1.5.1
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": ""
+}