var state = [
{
date: new Date('2015-01-19 00:00:00'),
workday: false,
summary: "Robert E. Lee and Martin Luther King Birthday"
},
{
date: new Date('2015-02-16 00:00:00'),
workday: false,
summary: "George Washigton and Daisy Gatson Bates Birthday"
}
];
module.exports = state;