XTweet/package.json

30 lines
688 B
JSON
Raw Normal View History

2019-07-23 18:16:45 +02:00
{
"name": "xtweet",
"version": "1.0.0",
"description": "Cross tweet from Mastodon",
"main": "main.js",
2019-07-25 17:43:55 +02:00
"scripts": {},
"bin": {
"xtweet": "app.js"
2019-07-23 18:16:45 +02:00
},
2019-07-25 17:43:55 +02:00
"repository": {
"type": "git",
"url": "https://git.lattuga.net/ekardnam/XTweet.git"
},
"bugs": {
"email": "ekardnam@autistici.org",
"url": "https://git.lattuga.net/ekardnam/XTweet/issues"
},
"author": "ekardnam <ekardnam@autistici.org>",
2019-07-23 18:16:45 +02:00
"license": "AGPL-3.0-or-later",
"dependencies": {
2019-07-25 17:43:55 +02:00
"express": "^4.17.1",
"express-session": "^1.16.2",
2019-07-23 18:16:45 +02:00
"mastodon": "^1.2.2",
2019-07-24 08:43:11 +02:00
"mime-types": "^2.1.24",
2019-07-25 17:43:55 +02:00
"passport": "^0.4.0",
"passport-twitter": "^1.0.4",
2019-07-23 18:16:45 +02:00
"twit": "^2.2.11"
}
}