-
Notifications
You must be signed in to change notification settings - Fork 28
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 762 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 762 Bytes
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
{
"name": "node-sparbot-samples",
"version": "v2.1.0",
"description": "Examples of Webex Teams bots in Node.js",
"keywords": [
"SparkBot",
"Webex Teams",
"Webhook",
"NodeJS",
"Express"
],
"scripts": {
"start": "node examples/devnet/bot.js"
},
"homepage": "https://github.com/CiscoDevNet/node-sparkbot-samples#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/CiscoDevNet/node-sparkbot-samples.git"
},
"author": "Stève Sfartz (Cisco DevNet)",
"license": "MIT",
"dependencies": {
"body-parser": "^1.19.0",
"debug": "^4.1.1",
"express": "^4.17.1",
"node-sparkbot": "^2.0.0",
"node-sparkclient": "^0.1.4",
"node-sparky": "^4.6.0",
"request": "^2.88.0"
}
}