40 lines
920 B
JSON
40 lines
920 B
JSON
{
|
|
"dependencies": {
|
|
"cors": "^2.8.5",
|
|
"ejs": "^2.5.8",
|
|
"express": "^4.16.4",
|
|
"feedparser": "^2.2.9",
|
|
"morgan": "^1.9.1",
|
|
"request": "^2.88.0",
|
|
"request-promise-cache": "^2.0.1",
|
|
"request-promise-native": "^1.0.7",
|
|
"serve-static": "^1.13.2",
|
|
"timeago.js": "^3.0.2"
|
|
},
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"start": "node index.js",
|
|
"mon": "node ./node_modules/nodemon/bin/nodemon.js index.js --watch lib",
|
|
"build-styles": "node build-styles.js"
|
|
},
|
|
"devDependencies": {
|
|
"node-sass": "^4.12.0"
|
|
},
|
|
"keywords": [
|
|
"mastodon",
|
|
"feed",
|
|
"timeline",
|
|
"users",
|
|
"hashtags",
|
|
"embed",
|
|
"iframe"
|
|
],
|
|
"license": "AGPL-3.0-only",
|
|
"engines": {
|
|
"node": ">=17.x"
|
|
},
|
|
"name": "mastofeed",
|
|
"version": "1.0.1",
|
|
"description": "Embed your mastodon user feed or hashtag feed into your website."
|
|
}
|