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

27 lines
626 B
JSON

{
"name": "dda-masto-embed",
"author": "meissa GmbH",
"version": "0.1.9",
"homepage": "https://github.com/DomainDrivenArchitecture/dda-masto-embed",
"repository": "https://github.com/DomainDrivenArchitecture/dda-masto-embed",
"license": "Apache-2.0",
"private": false,
"devDependencies": {
"shadow-cljs": "^2.8.104",
"source-map-support": "^0.5.19",
"eslint": ">=4.18.2",
"ajv": "^6.12.2",
"lodash.template": ">=4.5.0"
},
"dependencies": {
"mastodon-api": "^1.3.0"
},
"main": "dda-masto-embed.js",
"keywords": [
"cljs",
"mastodon",
"status",
"bootstrap"
]
}