tedious
Version:
A TDS driver, for connecting to MS SQLServer databases.
59 lines (58 loc) • 1.82 kB
JSON
{
"author": "Mike D Pilsbury <mike.pilsbury@gmail.com>",
"contributors": [
"Ciaran Jessup <ciaranj@gmail.com>",
"Cort Fritz <cfritz@caa.com>",
"lastonesky",
"Patrik Simek <patrik@patriksimek.cz>",
"Phil Dodderidge <pdodde@poyntz.com>",
"Zach Aller",
"Bryan Ross <bryan@rossipedia.com> (https://github.com/rossipedia)",
"Bret Copeland <bret@atlantisflight.org> (https://github.com/bretcope)"
],
"name": "tedious",
"description": "A TDS driver, for connecting to MS SQLServer databases.",
"keywords": [
"sql",
"database",
"mssql",
"sqlserver",
"sql-server",
"tds",
"msnodesql",
"azure"
],
"homepage": "https://github.com/pekim/tedious",
"bugs": "https://github.com/pekim/tedious/issues",
"licenses": [
{
"type": "MIT",
"url": "https://raw.github.com/pekim/tedious/master/LICENSE"
}
],
"version": "1.9.0",
"main": "./lib/tedious.js",
"repository": {
"type": "git",
"url": "https://github.com/pekim/tedious.git"
},
"engines": {
"node": "0.6 || 0.7 || 0.8 || 0.9 || 0.10 || 0.11"
},
"dependencies": {
"big-number": "0.3.0",
"iconv-lite": "0.4.2",
"sprintf": "0.1.1"
},
"devDependencies": {
"async": "0.2.10",
"coffee-script": "1.7.1",
"nodeunit": "0.8.4"
},
"scripts": {
"test": "node_modules/.bin/nodeunit --reporter minimal test/register-coffee.js test/unit/ test/unit/token/ test/unit/tracking-buffer",
"test-all": "node_modules/.bin/nodeunit --reporter minimal test/register-coffee.js test/unit/ test/unit/token/ test/unit/tracking-buffer test/integration/",
"test-integration": "node_modules/.bin/nodeunit --reporter minimal test/register-coffee.js test/integration/",
"prepublish": "node_modules/.bin/coffee scripts/build.coffee"
}
}