-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathpackage.json
36 lines (36 loc) · 889 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
32
33
34
35
36
{
"name": "nodiak",
"version": "0.4.4",
"description": "Nodiak is a Node.js client for the Riak Distributed Database",
"author": "Nathan Aschbacher <nathan.aschbacher@gmail.com>",
"contributors": [
{ "name": "Nathan Aschbacher", "email": "nathan.aschbacher@gmail.com" }
],
"license": "MIT",
"main": "index.js",
"scripts": {
"test": "./node_modules/.bin/mocha"
},
"repository": {
"type": "git",
"url": "git://github.com/nathanaschbacher/nodiak.git"
},
"dependencies": {
"deepmerge": ">=0.2.5",
"async": ">=0.2.5",
"trustfund": ">=0.1.0",
"agentkeepalive": "0.2.2"
},
"devDependencies": {
"mocha": "*",
"should": "*"
},
"keywords": [
"riak",
"nodiak",
"basho"
],
"engines": {
"node": ">=0.8.x"
}
}