Updated the version information in package.json to 0.2.0
Moved some of the code from tasks/code-coverage-enforcer.js to tasks/lib/code-coverage-enforcer-lib.js
Updated the code in code-coverage-enforcer-lib.js to support multiple code coverage threshold configurations for different pieces of sources in the same project
Added some tests in test/code-coverage-enforcer-test.js
Added a file that is used by the tests.
The multiple configuration should use the property path to specify the source and not the property "src" as was the case in previous versions.
The multiple configuration should use the property path to specify the source and not the property "src" as was the case in previous versions.