{ "name": "mpath", "version": "0.8.1", "description": "{G,S}et object values using MongoDB-like path notation", "main": "index.js", "scripts": { "test": "mocha test/*" }, "engines": { "node": ">=4.0.0" }, "repository": "git://github.com/aheckmann/mpath.git", "keywords": [ "mongodb", "path", "get", "set" ], "author": "Aaron Heckmann ", "license": "MIT", "devDependencies": { "mocha": "5.x", "benchmark": "~1.0.0" } }