base64-mongo-id
Version:
Tiny, browser-compatible mongo id shortener
36 lines (35 loc) • 715 B
JSON
{
"name": "base64-mongo-id",
"version": "2.0.1",
"description": "Tiny, browser-compatible mongo id shortener",
"main": "index.js",
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/classdojo/base64-mongo-id.git"
},
"keywords": [
"mongo",
"id",
"objectid",
"base64",
"base",
"64",
"shortner",
"short",
"encode",
"decode"
],
"author": "Peter Hayes",
"license": "ISC",
"bugs": {
"url": "https://github.com/classdojo/base64-mongo-id/issues"
},
"homepage": "https://github.com/classdojo/base64-mongo-id#readme",
"devDependencies": {
"expect.js": "^0.3.1",
"mocha": "^2.3.4"
}
}