dda-masto-embed/package.json
2020-06-30 09:20:20 +02:00

27 lines
725 B
JSON

{
"name": "dda-masto-embed",
"description": "Renders mastodon statuses to a website using just JS, no additional server needed.",
"author": "meissa GmbH",
"version": "0.0.3",
"homepage": "https://github.com/DomainDrivenArchitecture/dda-masto-embed",
"repository": "https://github.com/DomainDrivenArchitecture/dda-masto-embed",
"license": "APACHE2.0",
"private": false,
"devDependencies": {
"shadow-cljs": "^2.8.104",
"source-map-support": "^0.5.19"
},
"dependencies": {
"ajv": "^6.12.2",
"eslint": ">=4.18.2",
"lodash.template": ">=4.5.0",
"mastodon-api": "^1.3.0"
},
"main": "mastodon-bot.js",
"keywords": [
"cljs",
"mastodon",
"status",
"bootstrap"
]
}