forked from Fujihita/chatbot-aiko
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 871 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
{
"name": "wikichatbot",
"version": "2.2.8",
"last_update": "2018-01-02T16:14:16.122Z",
"description": "Chat bot for Wiki's Special:Chat page hosted on Azure cloud",
"main": "server.js",
"scripts": {
"test": "./node_modules/.bin/istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec && codecov"
},
"keywords": [
"bot",
"chat",
"azure",
"wiki"
],
"author": "Fujihita@fujihita.wordpress.com",
"license": "ISC",
"dependencies": {
"botbuilder": "^3.9.0",
"discord.io": "github:woor/discord.io#gateway_v6",
"express": "^4.15.4",
"socket.io-client": "^2.0.3",
"underscore": "^1.8.3"
},
"engines": {
"node": "6.10.0"
},
"devDependencies": {
"codecov": "^2.2.0",
"istanbul": "^1.1.0-alpha.1",
"mocha": "^3.4.1",
"should": "^11.2.1",
"supertest": "^3.0.0"
}
}