-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.26 KB
/
Copy pathpackage.json
File metadata and controls
47 lines (47 loc) · 1.26 KB
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
{
"name": "slack-translator",
"version": "0.0.1",
"description": "A translator bot for Slack",
"main": "bot.js",
"scripts": {
"start": "node bot.js"
},
"dependencies": {
"body-parser": "^1.15.2",
"botkit": "^0.6.15",
"botkit-helper-slack": "^0.1.0",
"cookie-parser": "^1.4.3",
"electron-google-analytics": "^0.1.0",
"express": "^4.14.0",
"express-hbs": "^1.0.4",
"google-translate-api": "^2.3.0",
"i18n-nodejs": "^3.0.0",
"log4js": "^3.0.2",
"node-env-file": "^0.1.8",
"request": "^2.79.0",
"seneca": "^3.7.0",
"slack-message-builder": "^1.2.1",
"sqlite3": "^4.0.1",
"wordcount": "^1.1.1"
},
"devDependencies": {
"@types/google-translate-api": "^2.3.0",
"@types/seneca": "^2.1.9"
},
"repository": {
"type": "git",
"url": "https://github.com/siquylee/slack-translator.git"
},
"bugs": {
"url": "https://github.com/siquylee/slack-translator/issues"
},
"homepage": "https://github.com/siquylee/slack-translator",
"keywords": [
"bots",
"chatbots",
"slack",
"translator"
],
"author": "siquylee",
"license": "MIT"
}