{
  "author":"Edward Hotchkiss <edwardhotchkiss@me.com>",
  "name":"klout",
  "description":"NodeJS Klout API Wrapper",
  "version": "0.2.4",
  "contributors":[
    { "name": "Edward Hotchkiss", "github": "https://github.com/edwardhotchkiss" }
  ],
  "homepage": "http://github.com/edwardhotchkiss/klout",
  "repository":{
    "type":"git",
    "url":"git://github.com/edwardhotchkiss/klout.git"
  },
  "bugs": {
    "url": "https://github.com/edwardhotchkiss/klout/issues"
  },
  "keywords":["klout", "twitter", "rank", "api", "influence"],
  "main":"./lib/klout",
  "engines":{
    "node": ">=v0.6.11 < 0.8.0"
  },
  "dependencies":{
    "request":"2.9.153"
  },
  "devDependencies":{
    "vows":"0.6.2",
    "should":"0.6.0"
  },
  "scripts": {
    "test": "vows test/*.test.js --spec"
  },
  "licenses":[{
    "type":"MIT",
    "url":"http://github.com/edwardhotchkiss/klout/LICENSE"
  }]
}
