Files
panic-server/package.json
2016-04-26 12:34:09 -06:00

35 lines
770 B
JSON

{
"name": "panic-server",
"version": "0.0.2",
"description": "E2E distributed test framework",
"main": "src/index.js",
"scripts": {
"test": "jasmine"
},
"repository": {
"type": "git",
"url": "git+https://github.com/gundb/panic-server.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-server#readme",
"dependencies": {
"glob": "^7.0.3",
"object-assign-deep": "0.0.4",
"socket.io": "^1.4.5"
},
"devDependencies": {
"jasmine": "^2.4.1"
}
}