Files
panic-server/package.json
Jesse Gibson 61dd950a70 Prep package.json for publishing
Move version to smallest possible, change the name to panic-server since
it isn't taken, change the github links to the gundb repositories.
2016-04-01 15:00:18 -06:00

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"
}
}