nested-objects
Version:
Work with deeply nested object properties using the method from https://github.com/powmedia/backbone-deep-model
28 lines (27 loc) • 704 B
JSON
{
"name": "nested-objects",
"version": "0.0.2",
"description": "Work with deeply nested object properties using the method from https://github.com/powmedia/backbone-deep-model",
"main": "nested-objects.js",
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git://github.com/danmactough/node-nested-objects.git"
},
"keywords": [
"objects",
"deep",
"nested"
],
"author": "Dan MacTough <danmactough@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/danmactough/node-nested-objects/issues"
},
"homepage": "https://github.com/danmactough/node-nested-objects",
"devDependencies": {
"mocha": "^1.18.2"
}
}