mirror of
https://github.com/tiennm99/FBcount.git
synced 2026-05-15 18:58:54 +00:00
18 lines
288 B
JavaScript
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'
|
|
]
|
|
}
|
|
};
|