forked from brettlangdon/node-dogapi
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.11 KB
/
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
46
47
48
49
{
"name": "dogapi",
"version": "2.2.1",
"description": "Datadog API Node.JS Client",
"main": "lib/index.js",
"scripts": {
"test": "./node_modules/.bin/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)",
"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": "^3.0.0",
"json-bigint": "^0.1.4",
"minimist": "^1.1.1",
"rc": "^1.0.0"
},
"devDependencies": {
"bignumber.js": "^2.0.7",
"docast": "^0.1.1",
"glob": "^6.0.0",
"js-yaml": "^3.2.7",
"marked": "^0.3.5",
"mocha": "^2.2.5",
"sinon": "^1.15.4"
}
}