-
Notifications
You must be signed in to change notification settings - Fork 13
/
package.json
41 lines (41 loc) · 958 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{
"name": "panic-server",
"version": "1.1.1",
"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 <[email protected]> (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": {
"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"
}
}