UNPKG

@daptin/daptin-client

Version:

NodeJS client supporting jsonapi, actions, state machines for daptin backend

31 lines (30 loc) 747 B
{ "name": "@daptin/daptin-client", "version": "1.0.0", "description": "NodeJS client supporting jsonapi, actions, state machines for daptin backend", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [ "daptin", "client", "json-api" ], "author": "Parth Mudgal", "license": "MIT", "dependencies": { "axios": "^0.18.0", "devour-client": "^2.0.7", "npm": "^5.6.0" }, "devDependencies": {}, "repository": { "type": "git", "url": "git+https://github.com/daptin/daptin-client-js.git" }, "bugs": { "url": "https://github.com/daptin/daptin-client-js/issues" }, "homepage": "https://github.com/daptin/daptin-client-js#readme" }