-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
46 lines (46 loc) · 1 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
{
"name": "urban-slack",
"version": "1.3.0",
"description": "Urban Dictionary Slack bot",
"main": "server.js",
"directories": {
"example": "examples"
},
"scripts": {
"test": "mocha test/tests.js",
"start": "node server.js"
},
"repository": {
"type": "git",
"url": "https://github.com/matijaabicic/urban-slack.git"
},
"keywords": [
"urban-slack",
"urban",
"dictionary",
"urban",
"dictionary",
"slack",
"bot"
],
"author": "@matijaabicic",
"license": "MIT",
"bugs": {
"url": "https://github.com/matijaabicic/urban-slack/issues"
},
"homepage": "https://github.com/matijaabicic/urban-slack",
"dependencies": {
"body-parser": "latest",
"ejs": "latest",
"express": "^4.17.1",
"fs": "latest",
"hashmap": "latest",
"http": "0.0.0",
"mongolab-data-api": "latest",
"node-supervisor": "^1.0.2",
"request": "latest",
"supervisor": "^0.12.0",
"swearjar": "latest",
"universal-analytics": "latest"
}
}