{
  "name": "keen.io",
  "version": "0.1.5",
  "description": "Keen IO NodeJS module. Keen IO is a hosted API to collect, analyze, and visualize your data.",
  "homepage": "https://github.com/keenlabs/KeenClient-Node",
  "bugs": {
    "url": "https://github.com/keenlabs/KeenClient-Node/issues"
  },
  "author": {
    "name": "Ben Pearson",
    "email": "ben@inlight.com.au"
  },
  "contributors": [
    {
      "name": "Ben Pearson",
      "email": "ben@inlight.com.au",
      "url": "http://inlight.com.au"
    },
    {
      "name": "Daniel Kador",
      "email": "dan@keen.io",
      "url": "http://keen.io"
    },
    {
      "name": "Dustin Larimer",
      "email": "dustin@keen.io",
      "url": "https://github.com/dustinlarimer"
    },
    {
      "name": "Jay Shirley",
      "email": "jay@keen.io",
      "url": "https://github.com/jshirley"
    },
    {
      "name": "Bogdan Cirlig",
      "email": "",
      "url": "https://github.com/bibanul"
    },
    {
      "name": "Jah Raphael",
      "email": "jahraphael@yahoo.com",
      "url": "https://github.com/jahraphael"
    }
  ],
  "main": "index.js",
  "scripts": {
    "test": "mocha"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/keenlabs/KeenClient-Node.git"
  },
  "engines": {
    "node": ">= 0.8.0"
  },
  "keywords": [
    "keen",
    "analytics",
    "api"
  ],
  "licenses": [
    {
      "type": "MIT",
      "url": "https://github.com/keenlabs/KeenClient-Node/blob/master/LICENSE-MIT"
    }
  ],
  "dependencies": {
    "superagent": "~0.21.0",
    "underscore": "~1.5.2"
  },
  "devDependencies": {
    "mocha": "~1.16.1",
    "should": "~2.1.1",
    "nock": "~0.27.0"
  }
}
