sails-redis
Version:
A lightweight Redis adapter for Sails / Waterline.
69 lines (68 loc) • 1.47 kB
JSON
{
"name": "sails-redis",
"version": "1.0.0",
"description": "A lightweight Redis adapter for Sails / Waterline.",
"author": "The Sails Company",
"contributors": [
{
"name": "vanetix",
"email": " <matmcfarland@gmail.com>"
},
{
"name": "Matt McFarland",
"email": "matmcfarland@gmail.com"
},
{
"name": "Cody Stoltman",
"email": "particlebanana@gmail.com"
},
{
"name": "Greg Thornton",
"email": "xdissent@me.com"
},
{
"name": "Carlo DiCelico",
"email": "carlo@diceli.co"
},
{
"name": "Ryan Clough",
"email": "me@ryanclough.co.nz"
},
{
"name": "Mike McNeil",
"email": " <mission@sailsjs.com>"
}
],
"scripts": {
"test": "node ./node_modules/mocha/bin/mocha --reporter spec test/*.js",
"posttest": "npm run lint",
"lint": "node ./node_modules/eslint/bin/eslint *.js"
},
"repository": {
"type": "git",
"url": "https://github.com/balderdashy/sails-redis.git"
},
"keywords": [
"redis",
"orm",
"waterline",
"sails",
"sailsjs",
"sails.js"
],
"license": "MIT",
"devDependencies": {
"captains-log": "^1.0.2",
"eslint": "3.15.0",
"mocha": "3.0.2",
"waterline-adapter-tests": "^1.0.0-5"
},
"dependencies": {
"machinepack-redis": "^1.2.2"
},
"waterlineAdapter": {
"waterlineVersion": "~0.13.0",
"interfaces": [],
"features": []
}
}