forked from Kami/node-cassandra-client
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.1 KB
/
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
{
"author": "Gary Dusbabek <[email protected]>",
"contributors": [
"Eric Evans <[email protected]>",
"Gary Dusbabek <[email protected]>",
"Tomaž Muraus <[email protected]>",
"Patrick Negri <[email protected]>",
"Christoph Tavan <[email protected]>",
"Allan Carroll <[email protected]>"
],
"name": "cassandra-client",
"description": "Node.js CQL driver for Apache Cassandra",
"version": "0.13.0",
"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",
"helenus-thrift": ">= 0.7.3",
"whiskey": ">= 0.6.1",
"node-uuid": ">= 1.3.3"
},
"devDependencies": {
"jshint": "0.9.1"
},
"licenses" : [{
"type": "Apache",
"url": "http://www.apache.org/licenses/LICENSE-2.0.html"
}]
}