UNPKG

@ladjs/node-dotify

Version:

Convert javascript object to dot notation object

42 lines (41 loc) 890 B
{ "name": "@ladjs/node-dotify", "version": "3.0.0", "description": "Convert javascript object to dot notation object", "main": "dotify.js", "repository": { "type": "git", "url": "git://github.com/ladjs/dotify.git" }, "author": { "name": "Glenn Geenen", "email": "glenn@geenentijd.be", "web": "http://geenentijd.be" }, "license": { "type": "MIT" }, "engines": { "node": ">=0.10.0" }, "bugs": { "url": "https://github.com/ladjs/dotify/issues" }, "homepage": "https://github.com/ladjs/dotify", "scripts": { "test": "./node_modules/.bin/istanbul cover --dir ./coverage ./node_modules/.bin/_mocha -- -R spec -t 10000 --recursive --slow 2" }, "devDependencies": { "istanbul": "*", "mocha": "*" }, "keywords": [ "mongoose", "dot", "notation", "object", "dotify" ], "dependencies": { } }