{ "name": "panic-server", "version": "0.4.1", "description": "Distributed Javascript runner", "main": "src/index.js", "scripts": { "lint": "eslint src/**", "test": "mocha && npm run lint" }, "repository": { "type": "git", "url": "git+https://github.com/gundb/panic-server.git" }, "keywords": [ "gun", "gundb", "test", "eval", "testing", "distributed", "cross-platform" ], "author": "Jesse Gibson (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-server#readme", "dependencies": { "bluebird": "^3.3.5", "panic-client": "^0.3.0", "socket.io": "^1.4.5" }, "devDependencies": { "chai": "^3.5.0", "eslint": "^3.0.1", "mocha": "^3.0.1" } }