-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathpackage.json
73 lines (73 loc) · 1.66 KB
/
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
{
"name": "WolfTutor",
"version": "2.0.9",
"description": "Peer to peer Tutoring System",
"main": "lib/Botkit.js",
"types": "lib/Botkit.d.ts",
"dependencies": {
"async": "^2.1.5",
"axios": "^0.17.1",
"back": "^1.0.1",
"body-parser": "^1.18.2",
"botbuilder": "^3.8.4",
"botkit": "^0.6.9",
"botkit-storage-mongo": "^1.0.7",
"botkit-studio-sdk": "^1.0.7",
"chai": "^4.1.2",
"ciscospark": "1.8.0",
"clone": "2.1.1",
"command-line-args": "^4.0.2",
"debug": "^2.6.9",
"dotenv": "^5.0.0",
"express": "^4.16.2",
"https-proxy-agent": "^2.0.0",
"jfs": "^0.2.6",
"localtunnel": "^1.8.2",
"md5": "^2.2.1",
"mongoose": "^5.0.4",
"mustache": "^2.3.0",
"promise": "^8.0.0",
"request": "^2.81.0",
"requestretry": "^1.12.0",
"twilio": "^2.11.1",
"vorpal": "^1.12.0",
"ware": "^1.3.0",
"ws": "^3.3.2"
},
"devDependencies": {
"jest-cli": "^20.0.1",
"jscs": "^3.0.7",
"mocha": "^3.5.3",
"should": "^11.2.1",
"should-sinon": "0.0.5",
"sinon": "^2.1.0",
"winston": "^2.3.1"
},
"scripts": {
"start": "node src/main.js",
"test": "mocha ./tests/*.js",
"test-legacy": "mocha ./tests/*.js",
"test-watch": "jest --watch"
},
"bin": {
"botkit": "./bin/cli.js"
},
"repository": {
"type": "git",
"url": "https://github.com/rikenshah/WolfTutor.git"
},
"bugs": {
"url": "https://github.com/rikenshah/WolfTutor/issues"
},
"homepage": "http://woltutor.herokuapp.com/",
"keywords": [
"bots",
"chatbots",
"slack"
],
"author": "wolftutor",
"license": "MIT",
"jest": {
"testEnvironment": "node"
}
}