forked from Azure/node-sqlserver
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 1.06 KB
/
package.json
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
28
29
30
31
32
{
"name": "msnodesql",
"description": "Microsoft Driver for Node.js for SQL Server",
"author": "Microsoft Corp.",
"contributors": [ "Jonathan Guerin <[email protected]>", "Jay Kint <[email protected]>", "Warren Read <[email protected]>", "George Yan <[email protected]>", "Inga Verbitskaya <[email protected]>"],
"version": "0.2.1",
"keywords": ["sql", "database", "mssql", "azure", "sqlserver", "tds", "microsoft", "msnodesql", "node-sqlserver"],
"homepage": "https://github.com/WindowsAzure/node-sqlserver",
"bugs": "https://github.com/WindowsAzure/node-sqlserver/issues",
"licenses": [
{
"type": "Apache 2.0",
"url": "https://raw.github.com/WindowsAzure/node-sqlserver/master/LICENSE"
}
],
"main": "./lib/sql.js",
"repository": {
"type": "git",
"url": "git://github.com/WindowsAzure/node-sqlserver.git"
},
"engines": {
"node": ">=0.6"
},
"devDependencies": {
"mocha" : "0.14.x",
"async" : "0.1.x"
},
"os" : [ "win32" ],
"scripts" : {
"install": "node scripts/install.js"
}
}