gmxhr
Version:
xmlHttpRequest API wrapper for Greasemonkey's GM_xmlhttpRequest and GM.xmlHttpRequest functions
34 lines (33 loc) • 760 B
JSON
{
"name": "gmxhr",
"version": "1.1.1",
"description": "xmlHttpRequest API wrapper for Greasemonkey's GM_xmlhttpRequest and GM.xmlHttpRequest functions",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/damoclark/gmxhr.git"
},
"keywords": [
"Greasemonkey",
"Tampermonkey",
"Userscript",
"XHR",
"jQuery"
],
"author": {
"name": "Damien Clark",
"email": "damo.clarky@gmail.com",
"url": "https://damos.world"
},
"license": "LGPL-3.0",
"bugs": {
"url": "https://github.com/damoclark/gmxhr/issues"
},
"homepage": "https://github.com/damoclark/gmxhr#readme",
"engines": {
"node": "*"
}
}