mongo-dot-notation-tool
Version:
Tool for mongo dot-notation objects
41 lines (40 loc) • 934 B
JSON
{
"name": "mongo-dot-notation-tool",
"version": "1.0.1",
"description": "Tool for mongo dot-notation objects",
"main": "index.js",
"directories": {},
"engines": {
"node": ">=4.0.0"
},
"scripts": {
"test": "mocha test.js"
},
"keywords": [
"mongo",
"mongodb",
"dotnotation",
"dot-notation",
"convert",
"converter",
"encode",
"decode"
],
"author": "Alexey Kheben <i@zbit.name> (https://github.com/zbitname)",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/aggregion/mongo-dot-notation-tool.git"
},
"license": "ISC",
"devDependencies": {
"eslint": "2.8.0",
"eslint-config-google": "0.5.0",
"mocha": "^2.0.0",
"mongoose": "^4.0.3"
},
"dependencies": {},
"bugs": {
"url": "https://github.com/aggregion/mongo-dot-notation-tool/issues"
},
"homepage": "https://github.com/aggregion/mongo-dot-notation-tool#readme"
}