di-short-mongo-id
Version:
Short id generation from MongoDB ObjectId's
24 lines (23 loc) • 475 B
JSON
{
"name": "di-short-mongo-id",
"version": "1.0.1",
"description": "Short id generation from MongoDB ObjectId's",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/devindex/short-mongo-id.git"
},
"keywords": [
"mongo",
"mongodb",
"short-id",
"shortener"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/devindex/short-mongo-id/issues"
},
"dependencies": {
"bson": "^1.0.4"
}
}