forked from cyraxx/stuhljs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
31 lines (31 loc) · 840 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
{
"name": "stuhl.js",
"version": "2.0.0",
"description": "Der neue sTUHL - jetzt noch flüssiger!",
"main": "stuhl.js",
"repository": {
"type": "git",
"url": "https://github.com/cyraxx/stuhljs.git"
},
"author": "Andreas Reich <[email protected]>",
"license": "MIT",
"engines": {
"node": ">=6.4"
},
"dependencies": {
"body-parser": "^1.19.0",
"express": "^4.17.1",
"irc": "~0.5.2",
"irc-colors": "~1.3.3",
"node-opensignal-api": "~0.0.3",
"node-telegram-bot-api": "^0.30.0",
"optimist": "~0.6.1",
"request": "^2.88.0",
"slack-node": "~0.2.0"
},
"devDependencies": {
"eslint": "^6.0.1",
"eslint-config-airbnb-base": "^11.1.3",
"eslint-plugin-import": "^2.18.0"
}
}