mirror of
https://gitlab.com/KevinRoebert/ClearUrls
synced 2025-12-16 06:05:37 +07:00
43 lines
1.2 KiB
JSON
43 lines
1.2 KiB
JSON
{
|
|
"name": "clearurls",
|
|
"description": "Remove tracking elements from URLs.",
|
|
"version": "1.7.1",
|
|
"contributors": [
|
|
{
|
|
"name": "Kevin R.",
|
|
"email": "clearurls_1@kevinroebert.de",
|
|
"web": "https://gitlab.com/KevinRoebert"
|
|
}
|
|
],
|
|
"maintainers": [
|
|
{
|
|
"name": "Kevin R.",
|
|
"email": "clearurls_1@kevinroebert.de",
|
|
"web": "https://gitlab.com/KevinRoebert"
|
|
}
|
|
],
|
|
"dependencies": {
|
|
"react": "^16.8.6",
|
|
"react-dom": "^16.8.6",
|
|
"react-redux": "^7.1.0",
|
|
"react-scripts": "0.9.x",
|
|
"semantic-ui-css": "^2.4.1",
|
|
"webext-redux": "^2.1.2",
|
|
"semantic-ui-react": "^0.87.3"
|
|
},
|
|
"bugs": {
|
|
"web": "https://gitlab.com/KevinRoebert/ClearUrls/issues/new"
|
|
},
|
|
"license": "LGPL-3.0-only",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://gitlab.com/KevinRoebert/ClearUrls.git"
|
|
},
|
|
"scripts": {
|
|
"start": "react-scripts start",
|
|
"build": "INLINE_RUNTIME_CHUNK=false react-scripts build",
|
|
"test": "react-scripts test --env=jsdom",
|
|
"eject": "react-scripts eject"
|
|
}
|
|
}
|