-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 830 Bytes
/
Copy pathpackage.json
File metadata and controls
37 lines (37 loc) · 830 Bytes
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
{
"name": "cqlsh-node",
"version": "1.0.5",
"description": "Cassandra cqlsh in nodejs",
"main": "cqlsh.js",
"bin": {
"cqlshjs": "./cqlsh.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/lmangani/cqlsh-node.git"
},
"keywords": [
"cql",
"cqlsh",
"cassandra",
"elassandra",
"client",
"query"
],
"author": "Lorenzo Mangani <lorenzo.mangani@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/lmangani/cqlsh-node/issues"
},
"homepage": "https://github.com/lmangani/cqlsh-node#readme",
"dependencies": {
"cassandra-driver": "^3.4.1",
"columnify": "^1.5.4",
"commander": "^2.14.1",
"oh-my-log": "^5.0.1",
"vorpal": "^1.12.0"
}
}