UNPKG

eris-keys

Version:

a JavaScript client library for eris-keys

19 lines (15 loc) 246 B
module.exports = function () { return { files: [ 'lib/*.js', {pattern: 'lib/*.pegjs', instrument: false} ], tests: [ 'test/unit/*.js' ], env: { type: 'node' }, testFramework: 'mocha' } }