UNPKG

182 BJavaScriptView Raw
1'use strict';
2
3// other modules
4
5// browserify is configured to substitute this for the output file index
6var index = require('index.json');
7
8// this module
9
10module.exports = index;