UNPKG

@attivio/fetch-utils

Version:

Wrapper around the fetch() API to use when communicating with the Attivio REST APIs authenticated with SAML.

39 lines (38 loc) 1.01 kB
{ "name": "@attivio/fetch-utils", "version": "0.0.9", "description": "Wrapper around the fetch() API to use when communicating with the Attivio REST APIs authenticated with SAML.", "keywords": [ "Attivio", "SAML", "fetch", "REST", "SUIT", "Search UI" ], "homepage": "http://www.attivio.com", "bugs": { "url": "https://github.com/attivio/searchui/issues", "email": "suitbugs@attivio.com" }, "license": "SEE LICENSE IN LICENSE", "author": "Attivio, Inc.", "main": "./dist/index.js", "repository": "https://github.com/attivio/fetch-utils", "scripts": { "init": "mkdir dist", "clean": "rm -rf dist", "prebuild": "npm run clean && npm run init", "build": "babel ./src -d ./dist --ignore test.js" }, "devDependencies": { "babel-cli": "^6.16.0", "babel-core": "^6.17.0", "babel-plugin-transform-flow-strip-types": "^6.22.0", "babel-preset-es2015": "^6.16.0", "flow-bin": "^0.79.1" }, "files": [ "dist" ] }