dotize
Version:
Convert complex Js object to dot notation Js object
21 lines (20 loc) • 419 B
JSON
{
"name": "dotize",
"homepage": "https://github.com/vardars/dotize",
"description": "Convert complex js object to dot notation js object",
"main": "src/dotize.js",
"keywords": [
"dotize"
],
"authors": [
"Suleyman Vardar <https://twitter.com/vardars>"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
]
}