This commit is contained in:
theory 2014-04-01 02:57:57 -06:00
parent 981dce8b9a
commit ebffba676f
2 changed files with 129 additions and 2 deletions

View File

@ -1,3 +1,5 @@
(function(){
process.env.rootdir = __dirname;
var LIVE = process.env.LIVE || (process.env.NODE_ENV === 'production')
, web = require('coalesce')
@ -18,7 +20,9 @@ if(LIVE){
}
opt.run = ['./test/server', './test/tests'];
opt.node = {key: "temp gun key", src:["http://gunjs.herokuapp.com/com","http://marknadal.kd.io/com"]};
opt.node = {key: "temp gun key", src:["http://gunjs.herokuapp.com/com","http://marknadal.kd.io/com","http://gunjs.aws.af.cm/com"]};
web(opt);
console.log("Gun @ "+ opt.port);
console.log("Gun @ "+ opt.port);
})();

123
npm-shrinkwrap.json generated Normal file
View File

@ -0,0 +1,123 @@
{
"name": "gun",
"version": "0.0.1-z",
"dependencies": {
"aws-sdk": {
"version": "2.0.0-rc13",
"from": "aws-sdk@~>2.0.0",
"resolved": "https://registry.npmjs.org/aws-sdk/-/aws-sdk-2.0.0-rc13.tgz",
"dependencies": {
"aws-sdk-apis": {
"version": "2.0.5",
"from": "aws-sdk-apis@2.x",
"resolved": "https://registry.npmjs.org/aws-sdk-apis/-/aws-sdk-apis-2.0.5.tgz"
},
"xml2js": {
"version": "0.2.4",
"from": "xml2js@0.2.4",
"dependencies": {
"sax": {
"version": "0.6.0",
"from": "sax@>=0.4.2"
}
}
},
"xmlbuilder": {
"version": "0.4.2",
"from": "xmlbuilder@0.4.2"
}
}
},
"coalesce": {
"version": "0.1.9-br",
"from": "coalesce@~>0.1.9br",
"dependencies": {
"node-static": {
"version": "0.7.1",
"from": "node-static@0.7.1",
"dependencies": {
"optimist": {
"version": "0.6.1",
"from": "optimist@>=0.3.4",
"dependencies": {
"wordwrap": {
"version": "0.0.2",
"from": "wordwrap@~0.0.2"
},
"minimist": {
"version": "0.0.8",
"from": "minimist@~0.0.1"
}
}
},
"colors": {
"version": "0.6.2",
"from": "colors@>=0.6.0"
}
}
},
"formidable": {
"version": "1.0.11",
"from": "formidable@1.0.11"
},
"sockjs-client": {
"version": "0.1.3",
"from": "sockjs-client@~>0.1.3",
"dependencies": {
"node-uuid": {
"version": "1.3.3",
"from": "node-uuid@1.3.3"
}
}
},
"sockjs": {
"version": "0.3.8",
"from": "sockjs@~>0.3.1",
"dependencies": {
"node-uuid": {
"version": "1.3.3",
"from": "node-uuid@1.3.3"
},
"faye-websocket": {
"version": "0.7.0",
"from": "faye-websocket@0.7.0",
"dependencies": {
"websocket-driver": {
"version": "0.3.2",
"from": "websocket-driver@>=0.3.0"
}
}
}
}
}
}
},
"fakeredis": {
"version": "0.1.3",
"from": "fakeredis@~>0.1.3"
},
"hiredis": {
"version": "0.1.16",
"from": "hiredis@",
"resolved": "https://registry.npmjs.org/hiredis/-/hiredis-0.1.16.tgz",
"dependencies": {
"bindings": {
"version": "1.1.1",
"from": "bindings@*"
}
}
},
"mime": {
"version": "1.2.11",
"from": "mime@~>1.2.11"
},
"redis": {
"version": "0.10.1",
"from": "redis@~>0.10.1"
},
"theory": {
"version": "0.2.6",
"from": "theory@~>0.2.6"
}
}
}