mirror of
https://github.com/amark/gun.git
synced 2025-03-30 15:08:33 +00:00
boo
This commit is contained in:
parent
7426a74cef
commit
fafac02811
2
init.js
2
init.js
@ -17,7 +17,7 @@ if(LIVE){
|
||||
//process.env['redis-install'] = '/tmp';
|
||||
}
|
||||
|
||||
opt.run = ['./test/server'];
|
||||
opt.run = ['./test/server', './test/tests'];
|
||||
opt.node = {key: "temp gun key", src:["http://gunjs.herokuapp.com/com","http://marknadal.kd.io/com"]};
|
||||
|
||||
web(opt);
|
||||
|
@ -1,5 +1,5 @@
|
||||
{ "name": "gun"
|
||||
, "version": "0.0.1r"
|
||||
, "version": "0.0.1s"
|
||||
, "author": "Mark Nadal"
|
||||
, "description": "Graph engine."
|
||||
, "engines": {
|
||||
@ -8,7 +8,7 @@
|
||||
, "dependencies": {
|
||||
"mime": "~>1.2.11",
|
||||
"theory": "~>0.2.6",
|
||||
"coalesce": "~>0.1.9bn",
|
||||
"coalesce": "~>0.1.9bo",
|
||||
"aws-sdk": "~>2.0.0",
|
||||
"fakeredis": "~>0.1.3",
|
||||
"redis": "~>0.10.1",
|
||||
|
Loading…
x
Reference in New Issue
Block a user