-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
41 lines (41 loc) · 1012 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
38
39
40
41
{
"name": "botkit-starter-ciscospark",
"version": "0.0.1",
"description": "A starter kit for building a custom Cisco Spark bot with Botkit Studio",
"main": "bot.js",
"scripts": {
"start": "node bot.js"
},
"dependencies": {
"body-parser": "^1.15.2",
"botkit": "^0.6.12",
"botkit-studio-metrics": "^0.0.1",
"debug": "^2.6.0",
"express": "^4.14.0",
"hoek": "^4.2.1",
"moment": "^2.22.1",
"node-env-file": "^0.1.8",
"plotly": "^1.0.6",
"request": "^2.79.0",
"standard": "^11.0.1",
"wordfilter": "^0.2.6"
},
"devDependencies": {
"nodemon": "^1.17.3"
},
"repository": {
"type": "git",
"url": "https://github.com/howdyai/botkit-starter-ciscospark.git"
},
"bugs": {
"url": "https://github.com/howdyai/botkit-starter-ciscospark/issues"
},
"homepage": "https://github.com/howdyai/botkit-starter-ciscospark",
"keywords": [
"bots",
"chatbots",
"Cisco Spark"
],
"author": "ben@howdy.ai",
"license": "ISC"
}