-
Notifications
You must be signed in to change notification settings - Fork 33
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.1 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.1 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
{
"author": "Gary Dusbabek <gdusbabek@gmail.com>",
"contributors": [
"Eric Evans <eevans@acunu.com>",
"Gary Dusbabek <gdusbabek@gmail.com>",
"Tomaž Muraus <tomaz@tomaz.me>",
"Patrick Negri <patrick@iugu.com.br>",
"Christoph Tavan <dev@tavan.de>",
"Allan Carroll <allanca@gmail.com>"
],
"name": "cassandra-client",
"description": "Node.js CQL driver for Apache Cassandra",
"version": "0.14.7",
"homepage": "http://code.google.com/a/apache-extras.org/p/cassandra-node/",
"repository": {
"type": "git",
"url": "https://code.google.com/a/apache-extras.org/p/cassandra-node/"
},
"main": "node-cassandra-client",
"directories": {
"lib": "lib"
},
"scripts": {
"test": "./scripts/test.sh",
"lint": "./scripts/lint.sh"
},
"engines": {
"node": ">= 0.6.7"
},
"dependencies": {
"async": ">= 0.1.12",
"thrift": ">= 0.7.0 <= 0.9.0",
"whiskey": ">= 0.6.11",
"node-uuid": ">= 1.3.3"
},
"devDependencies": {
"jshint": "0.9.1"
},
"licenses" : [{
"type": "Apache",
"url": "http://www.apache.org/licenses/LICENSE-2.0.html"
}]
}