UNPKG

superagent-jsonapify

Version:
37 lines (36 loc) 842 B
{ "name": "superagent-jsonapify", "version": "1.4.5", "description": "A lightweight json-api client addon for superagent", "main": "index.js", "browser": "browser.js", "scripts": { "test": "jest" }, "repository": { "type": "git", "url": "git+https://github.com/alex94puchades/superagent-jsonapify.git" }, "keywords": [ "superagent", "jsonapify", "jsonapi", "json-api", "json", "api", "rest", "client" ], "author": "Alejandro Caravaca Puchades <alex94puchades@gmail.com>", "license": "Apache-2.0", "bugs": { "url": "https://github.com/alex94puchades/superagent-jsonapify/issues" }, "homepage": "https://github.com/alex94puchades/superagent-jsonapify#readme", "dependencies": { "lodash": "^4.16.2" }, "devDependencies": { "jest-cli": "^18.1.0" } }