Files: b42712bfb57c4f7d0d82f9add942f8d13b310ed5 / dictionary / publicsuffixlist.js
288 bytesRaw
1 | ; |
2 | |
3 | module.exports = { |
4 | dependencies: { |
5 | 'gulp': undefined, |
6 | 'gulp-di': undefined, |
7 | 'gulp-istanbul': undefined, |
8 | 'gulp-jshint': undefined, |
9 | 'gulp-mocha': undefined, |
10 | 'mocha': undefined |
11 | }, |
12 | pkg: { |
13 | assets: [ |
14 | 'effective_tld_names.dat' |
15 | ] |
16 | } |
17 | }; |
18 |
Built with git-ssb-web