{
  "name": "riaktive",
  "version": "0.2.2",
  "description": "A Riak API abstraction built on riakpbc that aims for simplicity.",
  "main": "src/index.js",
  "scripts": {
    "test": "gulp test"
  },
  "author": "Alex Robson",
  "license": "MIT License - http://opensource.org/licenses/MIT",
  "publishConfig": {
    "registry": "https://registry.npmjs.org/"
  },
  "keywords": [
    "riak"
  ],
  "dependencies": {
    "configya": "~0.2.1",
    "lodash": "~3.7.0",
    "machina": "~1.0.0",
    "monologue.js": "~0.3.0",
    "node-uuid": "~1.4.3",
    "postal": "~1.0.2",
    "@lklabs/riakpbc": ">=2.1.1",
    "solr-client": "~0.5.0",
    "when": "~3.7.2",
    "whistlepunk": "~0.3.1"
  },
  "devDependencies": {
    "biggulp": "0.*.*",
    "chai": "^2.1.0",
    "chai-as-promised": "^4.2.0",
    "configya": "~0.2.0",
    "gulp": "~3.8.7",
    "gulp-mocha": "^0.5.2",
    "sinon": "^1.12.2"
  }
}
