gm4-polyfill
Version:
A compatibility tool to ease making User Scripts compatible with both Greasemonkey 4 and other/older user script engines.
26 lines (25 loc) • 723 B
JSON
{
"name": "gm4-polyfill",
"version": "1.0.1",
"description": "A compatibility tool to ease making User Scripts compatible with both Greasemonkey 4 and other/older user script engines.",
"main": "gm4-polyfill.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/greasemonkey/gm4-polyfill.git"
},
"keywords": [
"UserScript",
"Greasemonkey",
"Tampermonkey",
"Violentmonkey"
],
"author": "arantius <arantius@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/greasemonkey/gm4-polyfill/issues"
},
"homepage": "https://github.com/greasemonkey/gm4-polyfill#readme"
}