forked from sugendran/node-freetds
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
25 lines (25 loc) · 716 Bytes
/
package.json
File metadata and controls
25 lines (25 loc) · 716 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
{
"name": "node-freetds",
"description": "FreeTDS Driver for Node.js for Sybase/MS SQL Server",
"author": "Sugendran Ganess",
"contributors": ["Sugendran Ganess", "Nathaniel \"Gnate\" Sigrist <sigrist.nathaniel@gmail.com>"],
"version": "0.1.0",
"keywords": ["sql", "database", "mssql", "driver", "ms", "sybase", "sqlserver", "tds", "freetds"],
"homepage": "https://github.com/Gnate/node-freetds",
"bugs": "https://github.com/Gnate/node-freetds",
"licenses": [ {
"type": "gpl",
"url": "http://www.gnu.org/copyleft/gpl.html"
}
],
"main": "index",
"repository": {
"type": "git",
"url": "https://github.com/Gnate/node-freetds"
},
"engines": {
"node": ">=0.8.x"
},
"devDependencies": {
}
}