diff options
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 17 |
1 files changed, 9 insertions, 8 deletions
diff --git a/package.json b/package.json index cd71890..d54d4f1 100644 --- a/package.json +++ b/package.json @@ -1,15 +1,16 @@ { - "name": "librejs", + "name": "librejsxul", "license": "GPL-3.0+", - "author": "Loic J. Duros", - "homepage": "https://gnu.org/software/librejs/", - "repository": "http://git.savannah.gnu.org/cgit/librejs.git/", - "version": "6.0.13", - "title": "GNU LibreJS", + "author": "Loic J. Duros, and fork by Jesus E.", + "homepage": "https://libregit.org/heckyel/librejsxul.git", + "repository": "https://libregit.org/heckyel/librejsxul.git", + "version": "6.0.14", + "title": "GNU LibreJSXUL", "id": "jid1-KtlZuoiikVfFew@jetpack", - "description": "GNU LibreJS is an add-on for Mozilla-based browsers (IceCat, Firefox, Abrowser, Iceweasel)\n that prevents the execution of nonfree nontrivial JavaScript as described in \"The Javascript Trap\": http://www.gnu.org/philosophy/javascript-trap.html", + "description": "GNU LibreJSXUL is an add-on for Iceweasel-UXP\n that prevents the execution of nonfree nontrivial JavaScript as described in \"The Javascript Trap\": https://www.gnu.org/philosophy/javascript-trap.html", "main": "lib/main.js", "dependencies": { + "jpm": "^1.3.1", "menuitem": "0.0.5", "notification-box": "0.1.1" }, @@ -32,7 +33,7 @@ }, { "name": "display_notifications", - "title": "Display notifications of the JavaScript code being analyzed by LibreJS.", + "title": "Display notifications of the JavaScript code being analyzed by LibreJSXUL.", "type": "bool", "value": false }, |