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

24 lines
568 B

{
"name": "share-backported",
"version": "2.0.11",
"description": "Extension to get back the Firefox Share modal",
"main": "background.js",
"scripts": {
"lint": "eslint -c .eslintrc ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/Mte90/Share-Backported.git"
},
"author": "",
"license": "GPL-2.0",
"bugs": {
"url": "https://github.com/Mte90/Share-Backported/issues"
},
"homepage": "https://github.com/Mte90/Share-Backported#readme",
"dependencies": {},
"devDependencies": {
"eslint": "7.10.0"
}
}