UNPKG

mongoose-latinize

Version:

store the latin form of a String field for easy searching

34 lines (33 loc) 786 B
{ "name": "mongoose-latinize", "version": "0.1.2", "description": "store the latin form of a String field for easy searching", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/weisjohn/mongoose-latinize.git" }, "keywords": [ "mongoose", "latinize", "plugin", "mongoose", "search" ], "author": "John Weis <weis.john@gmail.com>", "license": "MIT", "bugs": { "url": "https://github.com/weisjohn/mongoose-latinize/issues" }, "homepage": "https://github.com/weisjohn/mongoose-latinize#readme", "dependencies": { "latinize": "^0.2.0" }, "devDependencies": { "async": "^1.4.2", "mongoose": "^4.1.11" } }