2020-04-24 08:46:25 +00:00
|
|
|
{
|
2024-05-30 07:49:18 +00:00
|
|
|
"name": "dda-masto-embed",
|
|
|
|
"author": "meissa GmbH",
|
2024-05-30 07:49:19 +00:00
|
|
|
"version": "1.0.1-SNAPSHOT",
|
2024-05-30 07:49:18 +00:00
|
|
|
"homepage": "https://github.com/DomainDrivenArchitecture/dda-masto-embed",
|
|
|
|
"repository": "https://github.com/DomainDrivenArchitecture/dda-masto-embed",
|
|
|
|
"license": "Apache-2.0",
|
|
|
|
"private": false,
|
|
|
|
"devDependencies": {
|
|
|
|
"ajv": "^8.10",
|
|
|
|
"eslint": ">=8.10.0",
|
|
|
|
"lodash.template": ">=4.5.0",
|
|
|
|
"shadow-cljs": "^2.17.8",
|
|
|
|
"source-map-support": "^0.5.21"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
|
|
|
"mastodon-api": "^1.3.0"
|
|
|
|
},
|
|
|
|
"main": "dda-masto-embed.js",
|
|
|
|
"keywords": [
|
|
|
|
"cljs",
|
|
|
|
"mastodon",
|
|
|
|
"status",
|
|
|
|
"bootstrap"
|
|
|
|
]
|
|
|
|
}
|