{%= description %}
{%= include("install-npm", {save: true}) %}
var set = require('{%= name %}');
var obj = {};
set(obj, 'a.b.c', 'd');
console.log(obj);
//=> {a: {b: c: 'd'}}
{%= related(verb.related.list) %}
{%= include("tests") %}
{%= include("contributing") %}
{%= include("author") %}
{%= copyright() %} {%= license %}
{%= include("footer") %}