{
  "name": "riaktor",
  "version": "0.0.9",
  "description": "a minimalist node.js wrapper for riak built with superagent",
  "main": "lib/Riaktor.js",
  "dependencies": {
    "superagent": "0.15.7",
    "lodash": "~1.3.1"
  },
  "devDependencies": {
    "mocha": "~1.14.0",
    "nock": "0.22.1",
    "grunt": "~0.4.1",
    "grunt-contrib-jshint": "~0.6.0",
    "load-grunt-tasks": "~0.2.0",
    "grunt-mocha-test": "~0.7.0",
    "supertest": "~0.8.1",
    "chai": "~1.8.1",
    "qs": "~0.6.5"
  },
  "scripts": {
    "test": "grunt mochaTest"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/rcullito/riaktor"
  },
  "keywords": [
    "riak",
    "minimalist",
    "rest",
    "basho",
    "superagent",
    "wrapper"
  ],
  "author": "Rob Culliton <rculliton@yieldbot.com>",
  "license": "MIT"
}
