UNPKG

mongoose-taggable-via-redis

Version:

a mongoose plugin provide fast and flexible tagging ablity to datamodle via redis, supports scope tagging

45 lines (44 loc) 1.21 kB
{ "name": "mongoose-taggable-via-redis", "description": "a mongoose plugin provide fast and flexible tagging ablity to datamodle via redis, supports scope tagging", "version": "0.1.6", "homepage": "https://github.com/yi/mongoose-taggable-via-redis", "author": { "name": "yi", "email": "yi2004@gmail.com" }, "repository": { "type": "git", "url": "git://github.com/yi/mongoose-taggable-via-redis.git" }, "bugs": { "url": "https://github.com/yi/mongoose-taggable-via-redis/issues" }, "licenses": [ { "type": "MIT", "url": "https://github.com/yi/mongoose-taggable-via-redis/blob/master/LICENSE-MIT" } ], "main": "lib/mongoose-taggable-via-redis", "engines": { "node": ">= 0.8.0" }, "scripts": { "watch": "coffee -o ./lib/ -cw ./src/", "test": "DEBUG=* ./node_modules/.bin/mocha --reporter spec tests" }, "dependencies": { "taggable-via-redis": "latest", "redis": "0.10.1", "debug": "0.7.4" }, "devDependencies": { "chai": "latest", "mocha": "latest", "mongoose": "3.8.9", "async" : "latest", "should": "latest" }, "keywords": ["mongoose", "tagging", "tag", "taggable", "tag-cloud"] }