-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 790 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 790 Bytes
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
{
"name": "groupme-discord-bridge",
"version": "1.0.0",
"description": "A bridge bot which connects a GroupMe chat and a Discord Guild",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jython234/groupme-discord-bridge.git"
},
"author": "jython234",
"license": "BSD-2-Clause",
"bugs": {
"url": "https://github.com/jython234/groupme-discord-bridge/issues"
},
"homepage": "https://github.com/jython234/groupme-discord-bridge#readme",
"dependencies": {
"body-parser": "^1.18.3",
"discord.js": "^11.3.2",
"express": "^4.16.3",
"request": "^2.87.0",
"request-promise": "^4.2.2",
"uuid": "^3.3.2",
"yamljs": "^0.3.0"
}
}