UNPKG

behave-dispatcher

Version:

A dispatcher for the flux architecture pattern recommended by BehaveJS

9 lines (8 loc) 154 B
module.exports = { options: { node: true, jshintrc: './.jshintrc' }, test: ['test/spec/**/*.js'], src: ['src/**/*.js'] };