forked from SAP/node-hdb
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1008 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
43
44
45
46
{
"author": "Koser, Holger <[email protected]>",
"contributors": [
"Vachkov, Georgi <[email protected]>",
"Penev, Alexander <[email protected]>"
],
"name": "hdb",
"description": "SAP HANA Database Client for Node",
"version": "0.19.4",
"repository": {
"type": "git",
"url": "git://github.com/SAP/node-hdb.git"
},
"license": "Apache-2.0",
"keywords": [
"sap",
"hana",
"database",
"in-memory"
],
"main": "./index.js",
"scripts": {
"test": "make test-coveralls"
},
"browser": {
"./lib/protocol/tcp.js": "./chrome/sockets/tcp.js"
},
"engines": {
"node": ">= 0.12"
},
"dependencies": {
"iconv-lite": "^0.4.18"
},
"devDependencies": {
"async": "^2.4.1",
"chrome-net": "^3.3.0",
"concat-stream": "^1.5.1",
"coveralls": "^2.13.1",
"fstream": "^1.0.11",
"generic-pool": "^2.4.2",
"istanbul": "^0.4.4",
"mocha": "^3.4.2",
"should": "^10.0.0"
},
"optionalDependencies": {}
}