andrewshawcare/thoughtworks-email-signature-generator

View on GitHub
public/javascript/defaults.js

Summary

Maintainability
A
0 mins
Test Coverage
/* global define */
define([], function () {
    "use strict";
    return {
        "language": "en",
        "theme": "pink",
        "name": "Thought Worker",
        "title": "Consultant",
        "email": "tworker@thoughtworks.com",
        "telephone": "+1 234 567 8910"
    };
});