forked from tjanczuk/edge-sql
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
24 lines (24 loc) · 751 Bytes
/
Copy pathpackage.json
File metadata and controls
24 lines (24 loc) · 751 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
{
"name": "edge-sql",
"author": {
"name": "Tomasz Janczuk <tomasz@janczuk.org>",
"url": "http://tomasz.janczuk.org",
"twitter": "tjanczuk"
},
"version": "0.1.3-pre",
"description": "Edge-sql: access SQL databases from Node.js using Edge.js and ADO.NET",
"tags" : ["edge", "net", "clr", "c#", "managed", ".net", "ado.net"],
"main": "./lib/edge-sql.js",
"engines": { "node": ">= 0.6" },
"licenses": [ { "type": "Apache", "url": "http://www.apache.org/licenses/LICENSE-2.0" } ],
"dependencies": {
},
"homepage": "http://tjanczuk.github.com/edge-sql",
"repository": {
"type": "git",
"url": "git@github.com:tjanczuk/edge-sql.git"
},
"bugs" : {
"url" : "http://github.com/tjanczuk/edge-sql/issues"
}
}