2019-12-30 01:24:05 +01:00
|
|
|
{
|
|
|
|
"name": "sponsorblock",
|
|
|
|
"version": "1.0.0",
|
|
|
|
"description": "",
|
|
|
|
"main": "background.js",
|
|
|
|
"dependencies": {},
|
|
|
|
"devDependencies": {
|
|
|
|
"web-ext": "^4.0.0"
|
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
2020-01-11 01:58:59 +01:00
|
|
|
"dev": "web-ext run --start-url https://chrome.google.com/webstore/detail/ublock-origin/cjpalhdlnbpafiamejdnhcphjbkeiagm",
|
2020-01-07 01:51:49 +01:00
|
|
|
"build": "web-ext build --overwrite-dest -i \"*(package-lock.json|README.md|package.json|config.js.example|firefox_manifest-extra.json|manifest.json.original|ignored|crowdin.yml)\""
|
2019-12-30 01:24:05 +01:00
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git+https://github.com/ajayyy/SponsorBlock.git"
|
|
|
|
},
|
|
|
|
"author": "Ajay Ramachandran",
|
|
|
|
"license": "GPL-3.0-only",
|
|
|
|
"private": true
|
|
|
|
}
|