UNPKG

fetch-auth

Version:

Helper to fetch resources that need authentication

50 lines (49 loc) 1.25 kB
{ "name": "fetch-auth", "description": "Helper to fetch resources that need authentication", "main": "es5.js", "jsnext:main": "index.js", "scripts": { "prepublish": "rollup -c rollup.config.js", "test": "babel-node --presets es2015 index-test.js" }, "repository": { "type": "git", "url": "git+https://github.com/UXtemple/fetch-auth.git" }, "keywords": [ "fetch", "authorised", "authorized", "uri", "basic", "jwt", "bearer", "username", "password", "base64", "uxtemple" ], "author": "Darío Javier Cravero <dario@uxtemple.com>", "license": "MIT", "bugs": { "url": "https://github.com/UXtemple/fetch-auth/issues" }, "homepage": "https://github.com/UXtemple/fetch-auth#readme", "dependencies": {}, "devDependencies": { "babel": "^6.5.2", "babel-cli": "^6.5.1", "babel-plugin-transform-export-extensions": "^6.5.0", "babel-plugin-transform-object-rest-spread": "^6.5.0", "babel-preset-es2015": "^6.5.0", "babel-preset-es2015-rollup": "^1.1.1", "kneden": "^1.0.0", "proxyquire": "^1.7.4", "rollup": "^0.25.4", "rollup-plugin-babel": "^2.4.0", "sinon": "^1.17.3", "tape": "^4.4.0" }, "version": "1.0.1" }