-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
42 lines (42 loc) · 966 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
39
40
41
42
{
"author": "Chris Munt <cmunt@mgateway.com> (http://www.gateway.com/)",
"name": "mg-dbx",
"description": "High speed Synchronous and Asynchronous access to InterSystems Cache/IRIS and YottaDB from Node.js.",
"version": "2.4.29",
"maintainers": "Chris Munt <cmunt@mgateway.com>",
"homepage": "https://github.com/chrisemunt/mg-dbx",
"repository": {
"type": "git",
"url": "git+https://github.com/chrisemunt/mg-dbx.git"
},
"bugs": {
"url": "https://github.com/chrisemunt/mg-dbx/issues"
},
"os": [
"linux",
"darwin",
"win32"
],
"keywords": [
"nosql",
"intersystems",
"cache",
"iris",
"yottadb",
"m",
"mumps"
],
"scripts": {
"install": "node-gyp rebuild",
"test": "echo \"Error: no test specified\" && exit 1"
},
"main": "./build/Release/mg-dbx",
"license": "Apache-2.0",
"engines": {
"node": ">=8.0.x"
},
"gypfile": true,
"directories": {
"doc": "doc"
}
}