{
    "name" : "@package/value",
    "version" : "0.0.16",
    "description" : "useful work around for existential getting/setting values in nested Objects",
    "main" : "./index.js",
    "author" : {
        "name" : "constantology",
        "email" : "christos@muigui.com",
        "url" : "http://muigui.com"
    },
    "contributors" : [ {
        "name" : "Christos Constandinou",
        "email" : "christos@muigui.com"
    }, {
        "name" : "Simon Jefford",
        "email" : "si@ibrokethat.com"
    } ],
    "dependencies" : {
    },
    "devDependencies" : {
        "chai" : "3.5.x",
        "mocha" : "2.4.x"
    },
    "jspm" : {
        "main" : "./index.js"
    },
    "engines" : {
        "node" : ">=6.0.0"
    },
    "keywords" : [ "bless", "coerce", "value" ],
    "license" : "MIT",
    "repository" : {
        "type" : "git",
        "url" : "git@github.com:muigui/value.git"
    },
    "bugs" : {
        "url" : "https://github.com/muigui/value/issues"
    },
    "scripts" : {
        "prepublish" : "npm prune",
        "test" : "node --harmony ./node_modules/.bin/mocha --colors --harmony --recursive -R spec --ui tdd ./test.js"
    }
}
