{
  "name": "node-mssql",
  "version": "0.0.1",
  "description": "node-mssql provides wrapper on top of mssql native connection interface to provider better usubility for most common queries.",
  "main": "wrapper.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "keywords": [
    "nodejs mssql",
    "mssql connector",
    "mssql query wrapper",
    "expressjs mssql",
    "node mssql"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/techunits/node-mssql"
  },
  "author": "Sougata Pal <skall.paul@techunits.com> (http://www.techunits.com)",
  "license": "MIT",
  "dependencies": {
    "elogger": "~1.0.8",
    "mssql": "~2.1.0"
  },
  "bugs": {
    "url": "https://github.com/techunits/node-mssql/issues"
  },
  "homepage": "https://github.com/techunits/node-mssql",
  "directories": {
    "example": "examples"
  },
  "devDependencies": {}
}
