Files
2020-03-02 14:53:23 +07:00

18 lines
288 B
JavaScript

'use strict';
module.exports = {
dependencies: {
'gulp': undefined,
'gulp-di': undefined,
'gulp-istanbul': undefined,
'gulp-jshint': undefined,
'gulp-mocha': undefined,
'mocha': undefined
},
pkg: {
assets: [
'effective_tld_names.dat'
]
}
};