16 lines
275 B
JavaScript
16 lines
275 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'],
|
|
},
|
|
};
|