TOML all up in your Browserify.
npm install [--save] browserify tomlify
// inside client.js
var myConfig = require('./config.toml');browserify -t tomlify client.js
tomlify is licensed under the MIT license. See the LICENSE file for more information.