diff options
| author | schneefux <schneefux+commit@schneefux.xyz> | 2017-03-21 16:24:23 +0100 |
|---|---|---|
| committer | schneefux <schneefux+commit@schneefux.xyz> | 2017-03-21 16:24:23 +0100 |
| commit | 56cdd18ff289f9f730465cbd50a0bc9f3c6a0bc6 (patch) | |
| tree | e6f48cf835ce742b7bf774906d7d6b55a471dfd6 /package.json | |
| download | bridge-56cdd18ff289f9f730465cbd50a0bc9f3c6a0bc6.tar.gz bridge-56cdd18ff289f9f730465cbd50a0bc9f3c6a0bc6.zip | |
first implementation of updater
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 18 |
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": "" +} |
