##To Submit this Assignment
- working in your fork from LAB-01
- submit a pull request to this repository
- submit a link to your PR in canvas
- write a question and observation on canvas
- make a lib and test directory
- move your great module into the lib directory
- add your own gitignore
- include a package.json
- include the class eslint
- add a glup file
- make a lint task for running eslint
- make a test task for running mocha
- make a dev task that waches your files and runs the lint and test taks
- make a defalut task that runs your favorite task
- Correct Submission: 2pts
- Passes eslint: 2Pts
- Package.json: 3pts
- gulpfile: 3pts
