-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
39 lines (39 loc) · 977 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
38
39
{
"name": "tanos",
"version": "1.0.34",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"async": "^2.6.2",
"body-parser": "^1.18.3",
"cors": "^2.8.5",
"express": "^4.16.4",
"gm": "^1.23.1",
"google-spreadsheet": "^2.0.7",
"greenlock-express": "^2.7.9",
"greenlock-store-fs": "^3.0.2",
"handlebars": "^4.1.2",
"jsontoxml": "^1.0.1",
"leveldown": "^5.0.3",
"levelup": "^4.0.1",
"livescript": "^1.6.0",
"md5": "^2.2.1",
"merge-images": "^1.1.0",
"moment": "^2.24.0",
"node-fetch": "^2.6.0",
"node-genrsa": "^1.0.3",
"prelude-ls": "^1.1.2",
"read-write-google-spreadsheet": "^1.0.3",
"request": "^2.88.0",
"require-ls": "0.0.8",
"string-hash": "^1.1.3",
"superagent": "^5.0.2",
"telegram-bot-api": "^1.3.3",
"telegram-passport": "^1.0.5"
}
}