diff options
author | Ruben Rodriguez <ruben@gnu.org> | 2018-02-25 20:04:31 -0500 |
---|---|---|
committer | Ruben Rodriguez <ruben@gnu.org> | 2018-02-25 20:04:31 -0500 |
commit | 229240370f009a7ba1dc31f57bcfcbd2cf785d0a (patch) | |
tree | defa51219f44d19451bbcfd1e8298eadb1e3f4b7 /data/extensions/https-everywhere@eff.org/package.json | |
parent | f2a3be07039056c76e3ca4e6040ec900ba64f376 (diff) |
Updated extensions
- HTTPS Everywhere updated to 2018.1.11
- "goteo.org payments with free JS" updated to 1.1
- "LibreJS compatible Pay.gov" updated to 1.3
- "Reveal hidden HTML" updated to 1.6
- Enabled WebRTC, but prevent leaking the LAN ip.
Diffstat (limited to 'data/extensions/https-everywhere@eff.org/package.json')
-rw-r--r-- | data/extensions/https-everywhere@eff.org/package.json | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/data/extensions/https-everywhere@eff.org/package.json b/data/extensions/https-everywhere@eff.org/package.json new file mode 100644 index 0000000..ba50bed --- /dev/null +++ b/data/extensions/https-everywhere@eff.org/package.json @@ -0,0 +1,21 @@ +{ + "name": "https-everywhere", + "version": "1.0.0", + "description": "", + "main": "utils.js", + "dependencies": {}, + "devDependencies": { + "chai": "^4.1.2", + "coveralls": "^3.0.0", + "mocha": "^4.0.0", + "nyc": "^11.2.1" + }, + "scripts": { + "test": "mocha", + "cover": "nyc --reporter=html --reporter=text mocha", + "report": "nyc report --reporter=text-lcov | coveralls" + }, + "keywords": [], + "author": "", + "license": "GPL-2.0+" +} |