Files
panic-server/package.json
Jesse Gibson fa2da9920c Fix ClientList constructor property
Previously, since it wasn't explicitly set, it was referring to the
EventEmitter constructor.
2016-05-05 10:48:42 -06:00

39 lines
844 B
JSON

{
"name": "panic-server",
"version": "0.2.4",
"description": "Distributed Javascript runner",
"main": "src/index.js",
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/gundb/panic-server.git"
},
"keywords": [
"gun",
"gundb",
"test",
"eval",
"testing",
"distributed",
"cross-platform"
],
"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-server#readme",
"dependencies": {
"bluebird": "^3.3.5",
"panic-client": "^0.1.0",
"socket.io": "^1.4.5"
},
"devDependencies": {
"chai": "^3.5.0",
"eslint": "^2.8.0",
"mocha": "^2.4.5"
}
}