Merge branch 'master-kidbright' of https://dev.nexpie.com/stack/vernemq into master-kidbright
Showing
authhook/config/default.json
deleted
100644 → 0
authhook/config/development.json
deleted
100644 → 0
authhook/config/local-dev.json
deleted
100644 → 0
authhook/on_deliver.js
deleted
100644 → 0
authhook/on_offline.js
deleted
100644 → 0
authhook/on_unsubscribe.js
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
... | @@ -4,21 +4,14 @@ | ... | @@ -4,21 +4,14 @@ |
"description": "", | "description": "", | ||
"main": "index.js", | "main": "index.js", | ||
"scripts": { | "scripts": { | ||
"start": "node index.js", | "start": "node index.js" | ||
"test": "mocha" | |||
}, | }, | ||
"author": "", | "author": "", | ||
"license": "ISC", | "license": "ISC", | ||
"dependencies": { | "dependencies": { | ||
"config": "^1.30.0", | "config": "^1.30.0", | ||
"jsonwebtoken": "^8.3.0", | |||
"jwt-verify": "git+https://nexpienpm:CCqLQjg4ytvzN7QbssUV@dev.nexpie.com/npm/jwt-verify.git", | |||
"lru-cache": "^4.1.3", | "lru-cache": "^4.1.3", | ||
"restify": "^7.1.1", | "restify": "^7.1.1", | ||
"seneca": "^3.6.0", | "seneca": "^3.6.0" | ||
"util": "^0.11.0" | |||
}, | |||
"devDependencies": { | |||
"mocha": "^5.2.0" | |||
} | } | ||
} | } |
authhook/test/getTopicTest.js
deleted
100644 → 0
authhook/utils/getGroupID.js
deleted
100644 → 0
authhook/utils/modify.js
deleted
100644 → 0
authhook/utils/router.js
deleted
100644 → 0
authhook/validator.js
deleted
100644 → 0
Please
register
or
sign in
to comment