forked from SAP/node-hdb
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 977 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
{
"author": "Koser, Holger <holger.koser@sap.com>",
"contributors": [
"Vachkov, Georgi <georgi.vachkov@sap.com>",
"Penev, Alexander <alexander.penev@sap.com>"
],
"name": "hdb",
"description": "SAP HANA Database Client for Node",
"version": "0.9.0",
"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": {},
"devDependencies": {
"async": "^2.0.1",
"chrome-net": "^3.3.0",
"concat-stream": "^1.5.1",
"coveralls": "^2.11.11",
"fstream": "^1.0.10",
"generic-pool": "^2.4.2",
"istanbul": "^0.4.4",
"mocha": "^2.5.3",
"should": "^10.0.0"
},
"optionalDependencies": {}
}