@mannegobot/nego-chat-sdk
Version:
JS SDK for the Negobot
37 lines (36 loc) • 817 B
JSON
{
"name": "@mannegobot/nego-chat-sdk",
"version": "1.0.10",
"description": "JS SDK for the Negobot",
"main": "dist/main.js",
"scripts": {
"build": "webpack"
},
"repository": {
"type": "git",
"url": "git+https://github.com/negobotteam/nego-chat-sdk.git"
},
"keywords": [
"Negobot",
"Chat"
],
"author": "ManNguyen",
"license": "ISC",
"bugs": {
"url": "https://github.com/negobotteam/nego-chat-sdk/issues"
},
"homepage": "http://negobot.co",
"dependencies": {
"twilio-chat": "^3.3.2"
},
"devDependencies": {
"@babel/cli": "^7.7.0",
"@babel/core": "^7.7.2",
"@babel/polyfill": "^7.7.0",
"@babel/preset-env": "^7.7.1",
"babel-loader": "^8.0.6",
"babel-runtime": "^6.26.0",
"webpack": "^4.41.2",
"webpack-cli": "^3.3.10"
}
}