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/connect/node.js/mac/package.json
2016-07-18 16:08:26 -07:00

7 lines
92 B
JSON

{
"main": "sample-node.js-mac.js",
"dependencies": {
"tedious": "*"
}
}