summaryrefslogtreecommitdiff
path: root/updater/package.json
diff options
context:
space:
mode:
authorschneefux <schneefux+commit@schneefux.xyz>2017-03-25 13:29:23 +0100
committerschneefux <schneefux+commit@schneefux.xyz>2017-03-25 13:29:23 +0100
commitdbb2bd6d915102a53aaecb476fced469f673d6d4 (patch)
tree9a63a613e7596b9889a70a01dd507b4aadd51a3c /updater/package.json
parentd25ff2bddd44b9dac1ceb248424109d1782dd211 (diff)
downloadmeta-dbb2bd6d915102a53aaecb476fced469f673d6d4.tar.gz
meta-dbb2bd6d915102a53aaecb476fced469f673d6d4.zip
add updater as submodule
Diffstat (limited to 'updater/package.json')
-rw-r--r--updater/package.json19
1 files changed, 0 insertions, 19 deletions
diff --git a/updater/package.json b/updater/package.json
deleted file mode 100644
index bd514d2..0000000
--- a/updater/package.json
+++ /dev/null
@@ -1,19 +0,0 @@
-{
- "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": ""
-}