{
    "name": "redis-datastore",
    "description": "Redis-based datastore",
    "version": "1.4.2",
    "author": {
        "name": "Daniel Kang",
        "email": "me@daniel.gs"
    },
    "repository": {
        "type": "git",
        "url": "https://github.com/d5/redis-datastore"
    },
    "main": "lib/index.js",
    "dependencies": {
        "bluebird": "2.9.x",
        "deep-defaults": "1.0.x",
        "lodash": "3.0.x",
        "redis": "2.0.x",
        "hiredis": "0.4.x"
    },
    "engines": {
        "node": ">=0.12.0"
    },
    "engineStrict": true,
    "devDependencies": {
        "jshint": "2.6.0",
        "mocha": "1.20.x"
    },
    "scripts": {
        "lint": "node_modules/.bin/jshint lib && node_modules/.bin/jshint test",
        "test": "node_modules/.bin/jshint lib && node_modules/.bin/jshint test && node --harmony node_modules/mocha/bin/_mocha test"
    }
}
