-
Notifications
You must be signed in to change notification settings - Fork 45
/
package.json
45 lines (45 loc) · 992 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
{
"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 <[email protected]> (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"
}
}