mirror of
https://github.com/gorhill/uBlock.git
synced 2024-11-10 09:07:54 +01:00
30 lines
782 B
JSON
30 lines
782 B
JSON
{
|
|
"name": "ubo-snfe",
|
|
"version": "0.1.0",
|
|
"description": "To create a working instance of uBlock's static network filtering engine",
|
|
"type": "module",
|
|
"main": "main.js",
|
|
"scripts": {
|
|
"install": "node install.js && rollup main.js --file bundle.min.cjs --format cjs --context global --plugin terser",
|
|
"test": "node test.js"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/gorhill/uBlock.git"
|
|
},
|
|
"keywords": [
|
|
"uBlock",
|
|
"uBO",
|
|
"adblock"
|
|
],
|
|
"author": "Raymond Hill",
|
|
"license": "GPL-3.0-or-later",
|
|
"bugs": {
|
|
"url": "https://github.com/gorhill/uBlock/issues"
|
|
},
|
|
"homepage": "https://github.com/gorhill/uBlock#readme",
|
|
"dependencies": {
|
|
"rollup": "^2.55.1",
|
|
"rollup-plugin-terser": "^7.0.2"
|
|
}
|
|
}
|