2020-04-24 08:46:25 +00:00
|
|
|
{
|
|
|
|
"name": "dda-masto-embed",
|
2020-06-30 07:09:59 +00:00
|
|
|
"author": "meissa GmbH",
|
2022-05-04 10:43:28 +00:00
|
|
|
"version": "0.2.5",
|
2020-06-30 07:09:59 +00:00
|
|
|
"homepage": "https://github.com/DomainDrivenArchitecture/dda-masto-embed",
|
|
|
|
"repository": "https://github.com/DomainDrivenArchitecture/dda-masto-embed",
|
2020-06-30 11:00:48 +00:00
|
|
|
"license": "Apache-2.0",
|
2020-06-29 19:59:31 +00:00
|
|
|
"private": false,
|
2020-04-24 08:46:25 +00:00
|
|
|
"devDependencies": {
|
2022-03-04 10:51:30 +00:00
|
|
|
"ajv": "^8.10",
|
2024-05-15 14:12:54 +00:00
|
|
|
"eslint": ">=8.10.0",
|
|
|
|
"lodash.template": ">=4.5.0",
|
|
|
|
"shadow-cljs": "^2.17.8",
|
|
|
|
"source-map-support": "^0.5.21"
|
2020-04-24 08:46:25 +00:00
|
|
|
},
|
2020-04-24 11:55:33 +00:00
|
|
|
"dependencies": {
|
2020-04-27 10:21:46 +00:00
|
|
|
"mastodon-api": "^1.3.0"
|
2020-06-30 07:09:59 +00:00
|
|
|
},
|
2020-07-10 08:47:09 +00:00
|
|
|
"main": "dda-masto-embed.js",
|
2020-06-30 07:09:59 +00:00
|
|
|
"keywords": [
|
|
|
|
"cljs",
|
|
|
|
"mastodon",
|
|
|
|
"status",
|
|
|
|
"bootstrap"
|
|
|
|
]
|
2020-04-24 08:46:25 +00:00
|
|
|
}
|