forked from xdenser/node-firebird-libfbclient
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 822 Bytes
/
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
33
34
35
36
37
38
{
"name": "firebird",
"version": "v0.1.5-snapshot",
"description": "Firebird binding to node, uses libfbclient.",
"author": "Denys Khanzhiyev",
"main": "./firebird",
"maintainers": [
{
"name": "Denys Khanzhiyev",
"email": "[email protected]"
}
],
"bugs": {
"url": "http://github.com/xdenser/node-firebird-libfbclient/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://raw.githubusercontent.com/xdenser/node-firebird-libfbclient/master/LICENSE"
}
],
"engines": {
"node": ">=0.10"
},
"repository": {
"type": "git",
"url": "http://github.com/xdenser/node-firebird-libfbclient"
},
"dependencies": {
"nan": "^2.10.0"
},
"devDependencies" : {
"nodeunit": "^0.11.3"
},
"scripts": {
"test": "nodeunit tests/def"
}
}