wickr-bedrock-bot
Version:
AWS Wickr's own Bedrock Bot
27 lines (26 loc) • 469 B
JSON
{
"name": "wickrio_addon",
"version": "5.113.04",
"description": "Wickr's Javascript addon",
"main": "./index.js",
"type": "module",
"license": "MIT",
"keywords": [
"github",
"wickr",
"bot",
"wickrio",
"integration"
],
"dependencies": {
"zeromq": "^6.0.0-beta.19",
"nan": "^2.13.2"
},
"engines": {
"node": "^10"
},
"repository": {
"type": "git",
"url": "https://github.com/WickrInc/wickrio_addon"
}
}