forked from simplereach/helenus
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 773 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 773 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
{
"name": "helenus"
, "version": "0.5.1"
, "description": "NodeJS Bindings for Cassandra"
, "keywords": ["cassandra"]
, "author": "Russell Bradberry <rbradberry@gmail.com>"
, "contributors": [
"Christoph Tavan <dev@tavan.de>"
]
, "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"
}
, "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.x | 0.7.x" }
}