1
0
mirror of https://github.com/Microsoft/sql-server-samples.git synced 2025-12-08 14:58:54 +00:00
Files
sql-server-samples/samples/tutorials/node.js/Windows/SqlServerSample/package.json
2016-11-11 16:18:08 -08:00

18 lines
328 B
JSON

{
"name": "node-sql-project",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"async": "^2.1.2",
"tedious": "^1.14.0"
},
"devDependencies": {},
"description": ""
}