mirror of
https://github.com/gundb/panic-server.git
synced 2026-04-15 03:00:16 -04:00
Move version to smallest possible, change the name to panic-server since it isn't taken, change the github links to the gundb repositories.
39 lines
834 B
JSON
39 lines
834 B
JSON
{
|
|
"name": "panic-server",
|
|
"version": "0.0.1",
|
|
"description": "Test gun against a storm of requests",
|
|
"main": "src/index.js",
|
|
"bin": {
|
|
"panic": "src/cli/index.js"
|
|
},
|
|
"scripts": {
|
|
"test": "jasmine",
|
|
"start": "node server"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/gundb/panic.git"
|
|
},
|
|
"keywords": [
|
|
"gun",
|
|
"gundb",
|
|
"test",
|
|
"testing",
|
|
"distributed"
|
|
],
|
|
"author": "Jesse Gibson <jesse@gundb.io> (http://techllama.com)",
|
|
"license": "(Zlib OR MIT OR Apache-2.0)",
|
|
"bugs": {
|
|
"url": "https://github.com/gundb/panic-server/issues"
|
|
},
|
|
"homepage": "https://github.com/gundb/panic#readme",
|
|
"dependencies": {
|
|
"glob": "^7.0.3",
|
|
"object-assign-deep": "0.0.4",
|
|
"socket.io": "^1.4.5"
|
|
},
|
|
"devDependencies": {
|
|
"jasmine": "^2.4.1"
|
|
}
|
|
}
|