-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
67 lines (67 loc) · 1.37 KB
/
package.json
File metadata and controls
67 lines (67 loc) · 1.37 KB
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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
{
"name": "censql",
"version": "1.13.6",
"description": "A NodeJS command line client for SAP HANA",
"keywords": [
"sap",
"hana",
"client",
"cli",
"hdb",
"sql",
"query",
"util",
"studio"
],
"main": "./app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "William Overton <woverton@centiq.co.uk>",
"license": "MIT",
"preferGlobal": "true",
"dependencies": {
"ansi-substring": "^1.0.3",
"async": "^2.1.2",
"boxen": "^0.8.1",
"brototype": "0.0.6",
"charm": "^1.0.1",
"cli-table3": "^0.5.0",
"colors": "^1.1.2",
"deasync": "^0.1.9",
"hdb": "^0.9.0",
"historic-readline": "^1.0.8",
"is-valid-path": "^0.1.1",
"lockfile": "^1.0.3",
"lodash": "^4.16.4",
"mkdirp": "^0.5.1",
"ms": "^0.7.2",
"optimist": "^0.6.1",
"os-homedir": "^1.0.2",
"pad": "^1.0.2",
"sparkly": "^3.1.2",
"strip-ansi": "^3.0.1",
"update-notifier": "^1.0.2",
"username": "^2.2.2"
},
"bin": {
"censql": "./app.js"
},
"repository": {
"type": "git",
"url": "https://github.com/Centiq/CenSQL.git"
},
"engines": {
"node": ">= 0.10.30"
},
"nexe": {
"input": "./app.js",
"output": "censql^$",
"runtime": {
"framework": "node",
"version": "0.10.30",
"js-flags": "",
"ignoreFlags": true
}
}
}