UNPKG

fcash-p2p

Version:

Interface to the bitcoin P2P network for fcash

9 lines (5 loc) 170 B
'use strict'; var gulp = require('gulp'); var fcashTasks = require('fcash-build'); fcashTasks('p2p', {skipBrowser: true}); gulp.task('default', ['lint', 'coverage']);