xm-api-services-js
Version:
Node.js client library for xMatters API services.
27 lines (26 loc) • 556 B
JSON
{
"name": "xm-api-services-js",
"version": "1.0.3",
"description": "Node.js client library for xMatters API services.",
"author": "xMatters Inc.",
"main": "./lib",
"license": "MIT",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/xm-craig/xm-api-services-js.git"
},
"keywords": [
"xmatters",
"api",
"client"
],
"dependencies": {
"backoff": "^2.5.0",
"merge": "^2.1.1",
"needle": "^3.0.0"
},
"files": ["lib"]
}