{ "locals": { "url": "http://localhost:8080", "name": "The Wintersmith's blog", "owner": "Someone", "description": "Ramblings of an immor(t)al demigod" }, "plugins": [ "./plugins/paginator.coffee" ], "require": { "moment": "moment", "_": "underscore", "typogr": "typogr" }, "pug": { "pretty": true }, "markdown": { "smartLists": true, "smartypants": true }, "paginator": { "perPage": 3 } }