Merge branch 'ondev-gcs' into 'master'
Ondev gcs See merge request !51
Showing
.gitlab-ci.yaml
0 → 100644
Dockerfile.n12
0 → 100644
docker-build.sh
100755 → 100644
File mode changed from 100755 to 100644
| { | ||
| "name": "node-bigstream", | ||
| "description": "", | ||
| "version": "1.2.5", | ||
| "version": "1.2.6", | ||
| "main": "./bigstream.js", | ||
| "author": { | ||
| "name": "Kamron Aroonrua", | ||
| ... | ... | @@ -36,8 +36,10 @@ |
| "random-access-file": "^1.3.0", | ||
| "redis": "^3.1.2", | ||
| "request": "^2.79.0", | ||
| "socket.io": "^4.6.1", | ||
| "thunky": "^1.0.2", | ||
| "tiny-worker": "^2.1.1" | ||
| "tiny-worker": "^2.1.1", | ||
| "uuid": "^9.0.0" | ||
| }, | ||
| "scripts": { | ||
| "test": "echo \"Error: no test specified\" && exit 1", | ||
| ... | ... |
Please register or sign in to comment