5 lines
110 B
JavaScript
Raw Normal View History

2016-06-18 00:24:31 +02:00
module.exports = require('./core.json').reduce(function (acc, x) {
acc[x] = true;
return acc;
}, {});