-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.01 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
44
45
{
"name": "nosql-eval",
"version": "1.0.0",
"description": "Evaluation of NoSQL databases; DynamoDB, MongoDB, ZHT using AWS Services",
"main": "app.js",
"dependencies": {
"aws-sdk": "^2.0.27",
"consistent-hashing": "^0.3.0",
"hashtable": "^2.0.1",
"inquirer": "^0.11.0",
"ip": "^1.0.1",
"keymirror": "^0.1.1",
"mongodb": "^2.0.49",
"node-uuid": "^1.4.1",
"optimist": "^0.6.1",
"q": "^1.1.1",
"redis": "^2.4.1",
"shelljs": "^0.5.3",
"socket.io": "^1.2.0",
"socket.io-client": "^1.2.0",
"underscore": "^1.7.0"
},
"devDependencies": {},
"scripts": {
"test": "node app.js"
},
"repository": {
"type": "git",
"url": "https://github.com/theTechie/nosql-eval.git"
},
"keywords": [
"AWS",
"NoSQL",
"DynamoDB",
"ZHT",
"MongoDB",
"Node.js"
],
"author": "theTechie",
"license": "MIT",
"bugs": {
"url": "https://github.com/theTechie/nosql-eval/issues"
},
"homepage": "https://github.com/theTechie/nosql-eval"
}