-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 835 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 835 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
28
29
30
31
32
{
"name": "cassandra-server",
"version": "2.2.0",
"description": "A thin Javascript wrapper around Apache Cassandra to provide out of the box server support",
"keywords": [
"apache",
"cassandra",
"server"
],
"homepage": "https://www.github.com/varunmc/cassandra-server",
"bugs": {
"url": "https://github.com/varunmc/cassandra-server/issues"
},
"license": "Apache-2.0",
"author": "Varun Chandran <varunmc@gmail.com>",
"main": "index.js",
"repository": {
"type": "git",
"url": "git@github.com:varunmc/cassandra-server.git"
},
"scripts": {
"start": "node index.js",
"test": "echo \"Error: No tests specified\" && exit 1"
},
"dependencies": {
"cassandra-driver": "^1.0.1",
"fs-extra": "^0.12.0",
"js-yaml": "^3.2.2",
"path": "^0.4.9",
"q": "^1.0.1"
}
}