summaryrefslogtreecommitdiffstats
path: root/lib/output/json/index.js
blob: f721d224b8f51ebbb0f6374892e9f1c33093e74e (plain)
1
2
3
4
5
6


module.exports = {
    Options:    require('./options'),
    onPage:     require('./onPage')
};