-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
37 lines (37 loc) · 890 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": "botkit-middleware-botmetrics",
"version": "0.0.4",
"description": "Botkit Middleware for Botmetrics",
"main": "index.js",
"scripts": {
"test": "npm test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/botmetrics/botkit-middleware-botmetrics.git"
},
"keywords": [
"botkit",
"bots",
"botmetrics"
],
"author": "Vlad Shevtsov, Arun Thampi",
"license": "MIT",
"bugs": {
"url": "https://github.com/botmetrics/botkit-middleware-botmetrics/issues"
},
"homepage": "https://github.com/botmetrics/botkit-middleware-botmetrics#readme",
"dependencies" : {
"request": "2.74.0",
"dotenv": "2.0.0",
"botkit": "0.5.1",
"scoped-http-client": "0.11.0"
},
"devDependencies": {
"mocha": "^2.1.0",
"sinon-chai": "^2.8.0",
"sinon": "~1.17.0",
"chai": "~2.1.0",
"nock": "~7.0.2"
}
}