-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
53 lines (53 loc) · 1.17 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
{
"name": "riak-js2",
"version": "0.4.1338",
"description": "Riak client with support for HTTP and Protocol Buffers",
"keywords": [
"riak",
"nosql",
"database",
"http",
"protobuf"
],
"maintainers": [
{
"name": "Francisco Treacy",
"email": "[email protected]",
"web": "http://franciscotreacy.com"
},
{
"name": "Sean Cribbs",
"email": "[email protected]"
},
{
"name": "rick (technoweenie)",
"web": "http://techno-weenie.net"
}
],
"bugs": {
"url": "http://github.com/frank06/riak-js/issues"
},
"licenses": [
{
"type": "MIT",
"url": "http://opensource.org/licenses/mit-license.php"
}
],
"repositories": [
{
"type": "git",
"url": "git://github.com/frank06/riak-js.git"
}
],
"main": "index",
"directories": {
"lib": "./lib"
},
"os": [ "linux", "darwin", "sunos" ],
"dependencies": {},
"devDependencies": {
"vows": "*",
"coffee-script": "*"
},
"engines": { "node": ">=0.4.0" }
}