launchers:
  Node:
    command: node_modules/.bin/mocha -u mocha-given -R tap test/**/*.spec.js
    protocol: tap
launch_in_dev:
- Node
src_files:
  - "lib/**/*.js"
  - "test/**/*.spec.js"
  - "index.js"
