forked from SAP/node-hdb
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 909 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": {
"name": "Holger Koser",
"email": "[email protected]"
},
"name": "hdb",
"description": "SAP HANA Database Client for Node",
"version": "0.5.2",
"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.10"
},
"dependencies": {},
"devDependencies": {
"async": "^1.4.2",
"chrome-net": "^3.0.1",
"concat-stream": "^1.5.0",
"coveralls": "^2.11.4",
"debuglog": "^1.0.1",
"fstream": "^1.0.8",
"generic-pool": "^2.2.0",
"istanbul": "^0.3.20",
"mocha": "^2.3.2",
"should": "^7.1.0"
},
"optionalDependencies": {}
}