-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
37 lines (37 loc) · 998 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
{
"name": "nextcloud-talk-bot",
"description": "This is a Node.js module to interact with the [Rest-API](https://nextcloud-talk.readthedocs.io/en/latest/) provided by [Nextcloud](https://nextcloud.com).",
"version": "0.1.6",
"author": "Henning Bopp <[email protected]>",
"license": "MIT",
"dependencies": {
"dotenv": "^8.2.0",
"eventemitter3": "^4.0.0",
"js-htmlencode": "^0.3.0",
"mathjs": "^6.6.1",
"node-fetch": "^2.6.0"
},
"engines": {
"node": ">=10.0.0"
},
"devDependencies": {},
"main": "index.js",
"directories": {
"example": "examples"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/boppy/nextcloud-talk-bot.git"
},
"keywords": [
"nextcloud-talk",
"bot"
],
"bugs": {
"url": "https://github.com/boppy/nextcloud-talk-bot/issues"
},
"homepage": "https://github.com/boppy/nextcloud-talk-bot#readme"
}