{
  "name": "node-mssql-test",
  "version": "0.0.0",
  "description": "An easy-to-use MSSQL database connector for Node.js.",
  "main": "index.js",
  "directories": {
    "test": "test"
  },
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/yong86/node-mssql-master.git"
  },
  "author": "",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/yong86/node-mssql-master/issues"
  },
  "homepage": "https://github.com/yong86/node-mssql-master",
  
  "dependencies": {
		"tedious": ">=0.2.1",
		"generic-pool": ">=2.0.4"
	},
	"devDependencies": {
		"coffee-script": ">=1.7.1",
		"mocha": ">=1.12.0"
	},
	"engines": {
		"node": ">=0.6"
	},
	"scripts": {
		"test": "mocha",
		"prepublish": "coffee --compile --output ./lib ./src"
	}
}

	
