26 lines
513 B
JSON
26 lines
513 B
JSON
{
|
|
"name": "mpath",
|
|
"version": "0.7.0",
|
|
"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 <aaron.heckmann+github@gmail.com>",
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"mocha": "5.x",
|
|
"benchmark": "~1.0.0"
|
|
}
|
|
}
|