forked from Kami/node-cassandra-client
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1.12 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
{
"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]>"
],
"name": "cassandra-client",
"description": "Node.js CQL driver for Apache Cassandra",
"version": "0.9.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": "whiskey --tests \"test/test_driver.js test/test_decoder.js test/test_uuid.js\" --dependencies test/dependencies.json --scope-leaks --timeout 30000"
},
"engines": {
"node": ">= 0.6.7"
},
"dependencies": {
"async": ">= 0.1.12",
"thrift": ">= 0.6.0-1",
"whiskey": ">= 0.6.1",
"node-uuid": ">= 1.3.3"
},
"devDependencies": {},
"licenses" : [{
"type": "Apache",
"url": "http://www.apache.org/licenses/LICENSE-2.0.html"
}]
}