{ "name": "panic", "version": "0.1.0", "description": "Test gun against a storm of requests", "main": "index.js", "scripts": { "test": "jasmine", "start": "node server", "build": "webpack --watch" }, "repository": { "type": "git", "url": "git+https://github.com/PsychoLlama/panic.git" }, "keywords": [ "gun", "gundb", "test", "testing", "distributed" ], "author": "Jesse Gibson (http://techllama.com)", "license": "(Zlib OR MIT OR Apache-2.0)", "bugs": { "url": "https://github.com/PsychoLlama/panic/issues" }, "homepage": "https://github.com/PsychoLlama/panic#readme", "dependencies": { "object-assign-deep": "0.0.4", "socket.io": "^1.4.5" }, "devDependencies": { "jasmine": "^2.4.1", "webpack": "^1.12.14" } }