Merge branch 'dev' into 'master'
Dev See merge request !27
Showing
.env
0 → 100644
.gitignore
0 → 100644
Dockerfile
0 → 100644
conf/env/default.json
0 → 100644
conf/env/index.js
0 → 100644
conf/template/keystore.json
0 → 100644
conf/template/mqtt.json
0 → 100644
docker-compose.yml
0 → 100644
env/default.json
0 → 100644
env/index.js
0 → 100644
| { | { | ||
| "name": "node-bigstream", | "name": "node-bigstream", | ||
| "description": "", | "description": "", | ||
| "version": "0.0.1", | "version": "1.2.3", | ||
| "main": "./bigstream.js", | "main": "./bigstream.js", | ||
| "author": { | "author": { | ||
| "name": "Kamron Aroonrua", | "name": "Kamron Aroonrua", | ||
| "email": "kamron.aroonrua@nectec.or.th" | "email": "kamron.aroonrua@nectec.or.th" | ||
| }, | }, | ||
| "keywords": [], | "keywords": [], | ||
| "licenses": { | "license": "Apache-2.0", | ||
| "type": "none" | |||
| }, | |||
| "dependencies": { | "dependencies": { | ||
| "amqplib": "^0.4.2", | "amqplib": "^0.4.2", | ||
| "async": "^2.0.1", | "async": "^2.0.1", | ||
| ... | @@ -19,20 +17,20 @@ | ... | @@ -19,20 +17,20 @@ |
| "bson": "^0.5.6", | "bson": "^0.5.6", | ||
| "buffalo": "^0.1.3", | "buffalo": "^0.1.3", | ||
| "dateformat": "^1.0.12", | "dateformat": "^1.0.12", | ||
| "dot-prop": "^5.1.0", | |||
| "express": "^4.14.0", | "express": "^4.14.0", | ||
| "express-jwt": "^5.3.1", | "express-jwt": "^5.3.1", | ||
| "ioredis": "^2.5.0", | |||
| "jsonwebtoken": "^8.2.2", | "jsonwebtoken": "^8.2.2", | ||
| "microgear": "^0.8.1", | |||
| "minimatch": "^3.0.4", | "minimatch": "^3.0.4", | ||
| "minimist": "^1.2.0", | "minimist": "^1.2.0", | ||
| "moment": "^2.17.1", | "moment": "^2.17.1", | ||
| "mqtt": "^3.0.0", | |||
| "node-gyp": "^3.6.2", | "node-gyp": "^3.6.2", | ||
| "node-persist": "^2.0.7", | "node-persist": "^2.0.7", | ||
| "node-schedule": "^1.2.0", | "node-schedule": "^1.2.0", | ||
| "node-uuid": "^1.4.7", | |||
| "object-hash": "^1.1.8", | "object-hash": "^1.1.8", | ||
| "pm2": "^2.4.0", | "pm2": "^2.4.0", | ||
| "qs": "^6.8.0", | |||
| "query-string": "^4.2.3", | "query-string": "^4.2.3", | ||
| "quickq": "^0.8.1", | "quickq": "^0.8.1", | ||
| "random-access-file": "^1.3.0", | "random-access-file": "^1.3.0", | ||
| ... | @@ -40,5 +38,10 @@ | ... | @@ -40,5 +38,10 @@ |
| "request": "^2.79.0", | "request": "^2.79.0", | ||
| "thunky": "^1.0.2", | "thunky": "^1.0.2", | ||
| "tiny-worker": "^2.1.1" | "tiny-worker": "^2.1.1" | ||
| }, "scripts": { | |||
| "test": "echo \"Error: no test specified\" && exit 1", | |||
| "install": "node ./script/install_plugins.js", | |||
| "start": "pm2 start pm2-default.json", | |||
| "stop": "pm2 stop pm2-default.json" | |||
| } | } | ||
| } | } |
plugins/do/do-http/index.js
0 → 100644
plugins/do/do-mqtt/index.js
0 → 100644
plugins/dt/dt-http/index.js
0 → 100644
test/testthunk.js
0 → 100644
Please register or sign in to comment