UNPKG

jsonp-client

Version:

jsonp minimal client for the browser (1.4K) and Node.js

45 lines (44 loc) 906 B
{ "name": "jsonp-client", "version": "1.2.2", "description": "jsonp minimal client for the browser (1.4K) and Node.js", "author": "Bermi Ferrer <bermi@bermilabs.com>", "keywords": [ "jsonp", "async", "browser", "node", "ajax", "crossdomain", "CORS", "json", "same origin" ], "bugs": { "url": "https://github.com/bermi/jsonp-client/issues" }, "license": "MIT", "repository": { "type": "git", "url": "git://github.com/bermi/jsonp-client.git" }, "main": "lib/jsonp-client.js", "browser": { "superagent-mock": false, "superagent": false, "./jsonp-node.js": false }, "dependencies": { "superagent": "3.8.3", "superagent-mock": "3.7.0" }, "devDependencies": { "eslint": "^5.3.0", "expect.js": "^0.3.1", "mocha": "^5.2.0", "uglify-js": "^3.4.7" }, "scripts": { "test": "make test" } }