-
Notifications
You must be signed in to change notification settings - Fork 25
/
package.json
56 lines (56 loc) · 1.51 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
47
48
49
50
51
52
53
54
55
56
{
"dependencies": {
"accept-language-parser": "^1.4.0",
"bluebird": "^3.7.2",
"body-parser": "^1.17.1",
"cacheable-lookup": "^7.0.0",
"camo-url": "^0.2.0",
"connect-flash": "^0.1.1",
"connect-mongo": "^4.6.0",
"country-language": "^0.1.7",
"es6-promise-pool": "^2.5.0",
"express": "^4.15.2",
"express-basic-auth": "^1.0.1",
"express-flash": "0.0.2",
"express-flash-2": "^1.0.1",
"express-promise-router": "^4.1.1",
"express-session": "^1.15.2",
"flakeid": "^1.0.0",
"form-data": "^4.0.0",
"gini": "^1.1.7",
"got": "v11",
"is-valid-domain": "^0.1.6",
"kue": "^0.11.6",
"languages": "^0.1.3",
"mailgun.js": "^8.1.0",
"mastodon": "^1.2.2",
"mastodon-api": "^1.3.0",
"mongodb": "^4.1.0",
"monk": "^7.1.2",
"morgan": "^1.8.2",
"nunjucks": "^3.0.0",
"password-hash": "^1.2.2",
"pg": "^8.9.0",
"pg-format": "^1.0.4",
"pg-hstore": "^2.3.2",
"pify": "^3.0.0",
"randomstring": "^1.1.5",
"rotating-file-stream": "^1.2.2",
"sequelize": "^6.28.0",
"socket.io": "^2.3.0",
"socket.io-client": "^2.3.0",
"string-strip-html": "8.3.0",
"tcp-ping": "^0.1.1"
},
"apidoc": {
"name": "Mastodon instances and network API",
"version": "1.0.0",
"description": "Documentation of instances.social API",
"title": "instances.social API",
"url": "https://instances.social/api/1.0",
"header": {
"title": "Using the API",
"filename": "views/api/doc/how-to.md"
}
}
}