dda-masto-embed/package.json

28 lines
725 B
JSON
Raw Normal View History

2020-04-24 08:46:25 +00:00
{
"name": "dda-masto-embed",
2020-06-30 07:09:59 +00:00
"description": "Renders mastodon statuses to a website using just JS, no additional server needed.",
"author": "meissa GmbH",
2020-06-30 07:20:20 +00:00
"version": "0.0.3",
2020-06-30 07:09:59 +00:00
"homepage": "https://github.com/DomainDrivenArchitecture/dda-masto-embed",
"repository": "https://github.com/DomainDrivenArchitecture/dda-masto-embed",
"license": "APACHE2.0",
2020-06-29 19:59:31 +00:00
"private": false,
2020-04-24 08:46:25 +00:00
"devDependencies": {
2020-04-27 10:21:46 +00:00
"shadow-cljs": "^2.8.104",
2020-04-24 12:42:30 +00:00
"source-map-support": "^0.5.19"
2020-04-24 08:46:25 +00:00
},
"dependencies": {
2020-04-24 16:04:25 +00:00
"ajv": "^6.12.2",
2020-04-27 10:21:46 +00:00
"eslint": ">=4.18.2",
2020-04-24 16:31:58 +00:00
"lodash.template": ">=4.5.0",
2020-04-27 10:21:46 +00:00
"mastodon-api": "^1.3.0"
2020-06-30 07:09:59 +00:00
},
"main": "mastodon-bot.js",
"keywords": [
"cljs",
"mastodon",
"status",
"bootstrap"
]
2020-04-24 08:46:25 +00:00
}