-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 958 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
"name": "webex-chatbot-add-trello-card",
"version": "0.0.1",
"description": "This is a chatbot designed to be able to create new trello cards all through a chatbot in cisco webex.",
"main": "server.js",
"scripts": {
"start": "node server.js"
},
"dependencies": {
"body-parser": "^1.15.2",
"botkit": "^0.6.20",
"botkit-studio-metrics": "^0.0.1",
"debug": "^2.6.0",
"express": "^4.14.0",
"mongoose": "^5.3.9",
"node-env-file": "^0.1.8",
"request": "^2.79.0",
"trello": "^0.9.0",
"wordfilter": "^0.2.6"
},
"devDependencies": {},
"repository": {
"type": "git",
"url": "https://github.com/sagitarious12/webex-chatbot-add-trello-card"
},
"homepage": "https://github.com/sagitarious12/webex-chatbot-add-trello-card",
"keywords": [
"bots",
"chatbots",
"Cisco Spark",
"Webex",
"Trello",
"Cards"
],
"author": "[email protected]",
"license": "ISC"
}