24 lines
584 B
JSON
24 lines
584 B
JSON
{
|
|
"name": "share-freedom",
|
|
"version": "2.1.3",
|
|
"description": "Share the current tab on the fediverse",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://gitlab.com/mickie1/share-freedom-extension.git"
|
|
},
|
|
"keywords": [
|
|
"share",
|
|
"fediverse"
|
|
],
|
|
"author": "Mickie",
|
|
"license": "GPL-3.0",
|
|
"bugs": {
|
|
"url": "https://gitlab.com/mickie1/share-freedom-extension/issues"
|
|
},
|
|
"homepage": "https://gitlab.com/mickie1/share-freedom-extension#readme"
|
|
}
|