UNPKG

freedom-xhr

Version:

an XMLHttpRequest drop-in replacement using core.xhr or core.tcpsocket in freedom.js

64 lines (63 loc) 1.69 kB
{ "version": "0.0.12", "name": "freedom-xhr", "description": "an XMLHttpRequest drop-in replacement using core.xhr or core.tcpsocket in freedom.js", "contributors": [ "Ben Schwartz <bemasc@uproxy.org>", "Raymond Cheng <me@raymondcheng.net> (https://raymondcheng.net)" ], "homepage": "https://github.com/uProxy/freedom-xhr", "license": "MIT", "repository": { "type": "git", "url": "git@github.com:uProxy/freedom-xhr.git" }, "bugs": { "url": "https://github.com/uProxy/uproxy/issues" }, "main": "src/index.js", "typings": "src/index.d.ts", "keywords": [ "XHR", "XMLHttpRequest", "freedom", "Sockets" ], "files": [ "src", "LICENSE" ], "dependencies": { "frontdomain": "^0.0.0", "inherits": "^2.0.1", "parseuri": "0.0.4" }, "devDependencies": { "es5-shim": "^4.2.0", "es6-promise": "^3.0.2", "freedom": "^0.6.28", "freedom-for-chrome": "^0.4.23", "freedom-for-firefox": "^0.6.22", "jit-grunt": "^0.9.1", "grunt": "^0.4.4", "grunt-browserify": "^4.0.1", "grunt-bump": "^0.0.13", "grunt-contrib-clean": "^0.5.0", "grunt-contrib-connect": "^0.7.1", "grunt-contrib-copy": "^0.5.0", "grunt-contrib-jasmine": "^1.0.0", "grunt-contrib-jshint": "^0.10.0", "grunt-contrib-watch": "^0.6.1", "grunt-conventional-changelog": "^1.1.0", "grunt-jasmine-chromeapp": "^1.3.0", "grunt-jasmine-firefoxaddon": "^0.3.3", "grunt-template-jasmine-istanbul": "^0.3.0", "load-grunt-tasks": "^0.4.0", "phantomjs": "^2.1", "time-grunt": "^0.3.1" }, "scripts": { "ci": "grunt test", "release": "grunt build --verbose" } }