-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
41 lines (41 loc) · 944 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": "dz-community-bot",
"version": "0.1.0",
"description": "A Slack bot for algeriatech.slack.com",
"private": true,
"author": "Ayman Nedjmeddine <[email protected]>",
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/IOAyman/dz-community-bot.git"
},
"bugs": {
"url": "https://github.com/IOAyman/dz-community-bot/issues"
},
"license": "MIT",
"homepage": "https://github.com/IOAyman/dz-community-bot#dz-community-bot-",
"keywords": [
"bot",
"slack",
"dz",
"algeria",
"community"
],
"main": "src/go.js",
"scripts": {
"start": "node src/go",
"test": "npm run lint",
"lint": "eslint ."
},
"dependencies": {
"botkit": "^0.4.9",
"bunyan": "^1.8.5",
"dotenv": "^4.0.0",
"jokes.dz": "^0.1.0",
"moment": "^2.17.1",
"node-cron": "^1.1.2",
"superagent": "^3.3.2"
},
"devDependencies": {
"eslint": "^3.13.1"
}
}