add all fields to the package.json for Heroku deployment
This commit is contained in:
parent
fa85cda6c3
commit
df304d4fcb
18
package.json
18
package.json
|
@ -18,5 +18,21 @@
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"node-sass": "^4.12.0"
|
"node-sass": "^4.12.0"
|
||||||
}
|
},
|
||||||
|
"keywords": [
|
||||||
|
"mastodon",
|
||||||
|
"feed",
|
||||||
|
"timeline",
|
||||||
|
"users",
|
||||||
|
"hashtags",
|
||||||
|
"embed",
|
||||||
|
"iframe"
|
||||||
|
],
|
||||||
|
"license": "AGPL",
|
||||||
|
"engines": {
|
||||||
|
"node": "17.x"
|
||||||
|
},
|
||||||
|
"name": "mastofeed",
|
||||||
|
"version": "1.0.1",
|
||||||
|
"description": "Embed your mastodon user feed or hashtag feed into your website."
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue