Files
panic-server/package.json
Jesse Gibson ba3e7b81bc 1.1.0
2016-11-25 21:12:59 -07:00

43 lines
984 B
JSON

{
"name": "panic-server",
"version": "1.1.0",
"description": "Distributed Javascript runner",
"main": "src/index.js",
"scripts": {
"lint": "eslint src/**",
"test": "mocha",
"all-tests": "npm run test && 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": "^1.0.0",
"socket.io": "^1.4.5"
},
"devDependencies": {
"chai": "^3.5.0",
"eslint": "^3.0.1",
"eslint-config-llama": "^3.0.0",
"expect": "^1.20.2",
"mocha": "^3.0.1"
}
}