{
  "name": "node-insights",
  "version": "1.1.0",
  "description": "Submit and query New Relic Insights data",
  "main": "index.js",
  "scripts": {
    "test": "grunt test"
  },
  "keywords": [
    "newrelic",
    "new-relic",
    "new",
    "relic",
    "insights"
  ],
  "repository": {
    "type": "git",
    "url": "http://github.com/flightstats/node-insights"
  },
  "author": "Matthew Page",
  "license": "ISC",
  "dependencies": {
    "lodash": "^4.17.5",
    "request": "^2.54.0"
  },
  "devDependencies": {
    "chai": "^2.2.0",
    "grunt": "^1.0.3",
    "grunt-cli": "^1.3.2",
    "grunt-contrib-clean": "^0.6.0",
    "grunt-exec": "^0.4.6",
    "grunt-jsdoc": "^2.3.0",
    "load-grunt-tasks": "^3.1.0",
    "mocha": "^5.2.0",
    "nock": "^10.0.6",
    "rewire": "^2.3.1",
    "time-grunt": "^1.1.0"
  }
}
