forked from simplereach/helenus
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
31 lines (31 loc) · 878 Bytes
/
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
{
"name": "helenus"
, "version": "0.6.8"
, "description": "NodeJS Bindings for Cassandra"
, "keywords": ["cassandra"]
, "author": "Russell Bradberry <[email protected]>"
, "contributors": [
"Christoph Tavan <[email protected]>",
"Calvin French-Owen <[email protected]>"
]
, "homepage": "https://github.com/simplereach/helenus"
, "repository": {
"url": "git://github.com/simplereach/helenus.git"
}
, "dependencies": {
"helenus-thrift": "0.7.3"
, "node-uuid": "1.3.3"
}
, "optionalDependencies": {
"microtime": "0.4.0"
}
, "devDependencies": {
"whiskey": "git://github.com/cloudkick/whiskey.git#b3c5bc23e30c95e46083bc7628c2557c1c15ec95"
, "JSDoc": "git://github.com/jsdoc3/jsdoc.git"
}
, "scripts": {
"test": "make test"
}
, "main": "index"
, "engines": { "node": ">=0.6.0" }
}