-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.2 KB
/
Copy pathpackage.json
File metadata and controls
51 lines (51 loc) · 1.2 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
48
49
50
51
{
"name": "slackbot-lelamanul",
"version": "0.6.3",
"description": "Mouwouuuuuuuu",
"main": "index.js",
"scripts": {
"start": "node index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nvuillam/slackbot-lelamanul.git"
},
"keywords": [
"slack",
"bot"
],
"author": "Nicolas Vuillamy",
"license": "GPL-3.0-or-later",
"bugs": {
"url": "https://github.com/nvuillam/slackbot-lelamanul.git/issues"
},
"homepage": "https://github.com/nvuillam/slackbot-lelamanul.git#readme",
"engines": {
"node": "8.11.0"
},
"dependencies": {
"array-tools": "^2.0.9",
"botkit": "^0.6.14",
"botkit-storage-mongo": "^1.0.7",
"dateformat": "^3.0.3",
"github-api": "^3.0.0",
"html-entities": "^1.2.1",
"is-json": "^2.0.1",
"jenkins-api": "^0.3.1",
"jira-client": "^6.4.1",
"moment": "^2.22.2",
"mongodb": "^1.4.39",
"nodemailer": "^4.6.7",
"octonode": "^0.9.2",
"os": "^0.1.1",
"shuffle-array": "^1.0.1",
"string-similarity": "^1.2.0",
"util": "^0.11.0",
"uuid": "^3.2.1"
},
"directories": {
"lib": "lib"
},
"devDependencies": {}
}