@wickr-sample-integrations/wickrio-example-app
Version:
WickrIO Node.js API example app
32 lines (31 loc) • 700 B
JSON
{
"name": "@wickr-sample-integrations/wickrio-example-app",
"version": "6.48.2",
"description": "WickrIO Node.js API example app",
"main": "example-app.js",
"dependencies": {
"prompt": "^1.3.0",
"wickrio-bot-api": "7.1.x"
},
"scripts": {
"start": "forever start -m 5 ./forever.json",
"stop": "forever stop wickrio-example-app",
"restart": "forever restart wickrio-example-app"
},
"repository": {
"type": "git",
"url": "https://github.com/WickrInc/wickrio-example-app"
},
"keywords": [
"wickr",
"wickrio",
"wickrbot",
"bot",
"bots",
"secure",
"messaging",
"api",
"wickrsampleintegrations"
],
"database": true
}