-
Notifications
You must be signed in to change notification settings - Fork 102
/
package.json
63 lines (63 loc) · 1.19 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
{
"name": "riak-js",
"version": "1.1.0",
"description": "Node.js client for Riak",
"keywords": [
"riak",
"nosql",
"database",
"http"
],
"maintainers": [
{
"name": "Francisco Treacy",
"email": "[email protected]",
"url": "http://franciscotreacy.com"
},
{
"name": "Sean Cribbs",
"email": "[email protected]"
},
{
"name": "rick (technoweenie)",
"url": "http://techno-weenie.net"
},
{
"name": "Aleksandr Popov",
"email": "[email protected]"
}
],
"bugs": {
"url": "http://github.com/mostlyserious/riak-js/issues"
},
"licenses": [
{
"type": "BSD",
"url": "http://opensource.org/licenses/bsd-license.php"
}
],
"repository": {
"type": "git",
"url": "https://github.com/mostlyserious/riak-js.git"
},
"main": "./lib/index",
"directories": {
"lib": "./lib"
},
"dependencies": {
"xml": "0.0.7",
"poolee": "~0.4.8",
"butils": "",
"riakpbc": "^2.1.0"
},
"devDependencies": {
"seq": "0.3.5",
"mocha": "1.7.3",
"should": "^4.3.0",
"bluebird": "^2.9.24",
"async": "*"
},
"engines": {
"node": ">=0.4.0"
}
}