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
1.0 KiB

{
"name": "dogapi",
"version": "1.0.2",
"description": "Datadog API Node.JS Client",
"main": "lib/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"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 <brett@blangdon.com> (http://brett.is)",
"contributors": [
"colinjonesx (http://www.thetestpeople.com)",
"dalehamel (http://blog.srvthe.net)",
"egut (https://github.com/egut)"
],
"license": "MIT",
"readmeFilename": "README.md",
"gitHead": "f388635a5ab4f4da25702dc0999385d437bdf2bc",
"dependencies": {
"extend": "^2.0.0",
"minimist": "^1.1.1",
"rc": "^1.0.0"
},
"devDependencies": {
"docast": "^0.1.1",
"glob": "^5.0.3",
"js-yaml": "^3.2.7",
"marked": "^0.3.3"
}
}