-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 892 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 892 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
{
"name": "node-sqlserver-unofficial",
"description": "Unofficial binary distribution of the msnodesql package.",
"author": "Jorge Azevedo",
"version": "1.4.0",
"keywords": ["sql", "database", "mssql", "azure", "sqlserver", "tds", "microsoft", "msnodesql", "node-sqlserver"],
"repository" : {
"type" : "git",
"url" : "https://github.com/jorgeazevedo/node-sqlserver-unofficial.git"
},
"bugs" : {
"url" : "https://github.com/jorgeazevedo/node-sqlserver-unofficial/issues"
},
"licenses" : [
{
"type" : "MIT",
"url" : "https://github.com/jorgeazevedo/node-sqlserver-unofficial/raw/master/LICENSE"
}
],
"main": "./lib/sql.js",
"engines": {
"node": ">=0.8"
},
"dependencies": {},
"devDependencies": {},
"os" : [ "win32" ]
}