Setup code coverage to be runable on demand

This commit is contained in:
Karl Burtram
2016-08-31 16:01:24 -07:00
parent f88619c09e
commit 013498fc3d
7 changed files with 203 additions and 1 deletions

View File

@@ -0,0 +1,16 @@
{
"name": "sqltoolsservice",
"version": "0.1.0",
"description": "SQL Tools Service Layer",
"main": "gulpfile.js",
"dependencies": {
"gulp": "github:gulpjs/gulp#4.0",
"del": "^2.2.1",
"gulp-hub": "frankwallis/gulp-hub#registry-init",
"gulp-install": "^0.6.0",
"request": "^2.73.0"
},
"devDependencies": {},
"author": "Microsoft",
"license": "MIT"
}