Browse Source

Merge pull request #27 from brettlangdon/dev/update.dependencies

Update dependencies
pull/29/head
Brett Langdon 10 years ago
parent
commit
4af35957b4
2 changed files with 7 additions and 3 deletions
  1. +4
    -0
      README.md
  2. +3
    -3
      package.json

+ 4
- 0
README.md View File

@ -1,6 +1,10 @@
node-dogapi
===========
[![npm version](https://badge.fury.io/js/dogapi.svg)](https://www.npmjs.com/package/dogapi)
[![Build Status](https://travis-ci.org/brettlangdon/node-dogapi.svg?branch=master)](https://travis-ci.org/brettlangdon/node-dogapi)
[![Dependency Status](https://david-dm.org/brettlangdon/node-dogapi.svg)](https://david-dm.org/brettlangdon/node-dogapi)
Datadog API Node.JS Client.
Official Datadog API Documentation: http://docs.datadoghq.com/api/


+ 3
- 3
package.json View File

@ -32,7 +32,7 @@
"readmeFilename": "README.md",
"gitHead": "f388635a5ab4f4da25702dc0999385d437bdf2bc",
"dependencies": {
"extend": "^2.0.0",
"extend": "^3.0.0",
"json-bigint": "^0.1.4",
"minimist": "^1.1.1",
"rc": "^1.0.0"
@ -40,9 +40,9 @@
"devDependencies": {
"bignumber.js": "^2.0.7",
"docast": "^0.1.1",
"glob": "^5.0.3",
"glob": "^6.0.0",
"js-yaml": "^3.2.7",
"marked": "^0.3.3",
"marked": "^0.3.5",
"mocha": "^2.2.5",
"sinon": "^1.15.4"
}


Loading…
Cancel
Save