{
  "name": "dulcimer",
  "version": "2.8.4",
  "homepage": "https://github.com/fritzy/Dulcimer",
  "repository": {
    "type": "git",
    "url": "git@github.com:fritzy/Dulcimer.git"
  },
  "description": "An ORM for keystores",
  "dependencies": {
    "validator": "~2.1.0",
    "underscore": "^1.6.0",
    "verymodel": "^1.10.1",
    "async": "^0.2.10",
    "base60": "0.0.1",
    "padlock": "~1.1.2",
    "leveldown": "^0.10.2",
    "concat-stream": "^1.4.4",
    "bignum": "^0.9.2",
    "uuid-v4": "^0.1.0",
    "JSONStream": "^0.8.4",
    "optimist": "^0.6.1",
    "level-dulcimer": "2.1.3",
    "riak-dulcimer": "1.1.1",
    "moment": "^2.8.3"
  },
  "devDependencies": {
    "jshint": "^2.5.1",
    "nodeunit": "^0.9.0",
    "precommit-hook": "^1.0.2",
    "slugger": "^1.0.0"
  },
  "scripts": {
    "test": "rm -rf tests/*.db && node_modules/nodeunit/bin/nodeunit tests/tests.js && rm -rf tests/*.db",
    "testriak": "node_modules/nodeunit/bin/nodeunit tests/riak.js"
  },
  "main": "index.js"
}
