You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
dda-masto-embed/package.json

28 lines
731 B
JSON

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