Files
panic-server/package.json
Jesse Gibson 14ce8d4e6f 0.4.1
2016-10-03 19:15:37 -06:00

40 lines
889 B
JSON

{
"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 <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.3.0",
"socket.io": "^1.4.5"
},
"devDependencies": {
"chai": "^3.5.0",
"eslint": "^3.0.1",
"mocha": "^3.0.1"
}
}