{
  "name": "any-db-mssql",
  "version": "0.1.0",
  "description": "The MSSQL adapter for any-db",
  "main": "index.js",
  "scripts": {
    "test": "mocha"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Hypermediaisobar-admin/node-any-db-mssql.git"
  },
  "bugs": {
    "url": "https://github.com/Hypermediaisobar-admin/node-any-db-mssql/issues"
  },
  "keywords": [
    "any-db",
    "anydb",
    "mssql",
    "adapter"
  ],
  "author": "Marcin Konicki <ahwayakchih@gmail.com>",
  "license": "BSD-3-Clause",
  "dependencies": {
    "tedious": "^1.5.1"
  },
  "peerDependencies": {
    "any-db": "~2.1.0"
  },
  "devDependencies": {
    "any-db-pool": "^2.1.0",
    "any-db-adapter-spec": "~2.1.0"
  }
}
