Datadog API Node.JS Client
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

45 lines
992 B

{
"name": "dogapi",
"version": "2.8.3",
"description": "Datadog API Node.JS Client",
"main": "lib/index.js",
"scripts": {
"test": "mocha --recursive ./test",
"docs": "node ./docs/create.js > index.html"
},
"bin": {
"dogapi": "bin/dogapi"
},
"repository": {
"type": "git",
"url": "git://github.com/brettlangdon/node-dogapi"
},
"keywords": [
"datadog",
"api",
"datadog api",
"dog",
"dogapi",
"dog api"
],
"author": "Brett Langdon <me@brett.is> (http://brett.is)",
"license": "MIT",
"readmeFilename": "README.md",
"gitHead": "f388635a5ab4f4da25702dc0999385d437bdf2bc",
"dependencies": {
"extend": "^3.0.2",
"json-bigint": "^1.0.0",
"lodash": "^4.17.21",
"minimist": "^1.2.5",
"rc": "^1.2.8"
},
"devDependencies": {
"bignumber.js": "^2.0.7",
"docast": "^0.1.1",
"glob": "^6.0.0",
"js-yaml": "^3.14.1",
"marked": "^0.3.9",
"mocha": "^5.2.0",
"sinon": "^1.15.4"
}
}