UNPKG

eris-db

Version:

Javascript library that calls an erisdb server over rpc.

18 lines (15 loc) 209 B
module.exports = function () { return { files: [ 'index.js', 'lib/**/*.js', 'test/**/*.json' ], tests: [ 'test/**/*.js' ], env: { type: 'node' } } }