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