ask-kodiak-sdk
Version:
Node wrapper around the Ask Kodiak API.
38 lines (37 loc) • 807 B
JSON
{
"name": "ask-kodiak-sdk",
"version": "3.0.1",
"description": "Node wrapper around the Ask Kodiak API. ",
"main": "index.js",
"scripts": {
"test": "mocha --timeout 999999 --exit --recursive"
},
"repository": {
"type": "git",
"url": "https://github.com/AskKodiak/node-sdk.git"
},
"keywords": [
"insurance",
"commercial insurance",
"appetite",
"node",
"naics",
"sic",
"insurtech"
],
"author": "Ask Kodiak",
"license": "MIT",
"bugs": {
"url": "https://github.com/AskKodiak/node-sdk/issues"
},
"homepage": "https://github.com/AskKodiak/node-sdk#readme",
"dependencies": {
"request": "^2.88.2",
"request-promise": "^4.2.6"
},
"devDependencies": {
"eslint": "^7.26.0",
"chai": "^4.3.4",
"mocha": "^8.4.0"
}
}