mirror of
https://github.com/ckaczor/sqltoolsservice.git
synced 2026-01-14 17:23:27 -05:00
17 lines
386 B
JSON
17 lines
386 B
JSON
{
|
|
"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"
|
|
}
|