-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.1 KB
/
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
42
43
{
"name": "peer-star",
"version": "0.0.3",
"description": "Simple Peer Wrapper creating a star topography network around a 'MAIN'",
"main": "lib/Index.js",
"dependencies": {
"signalhub": "^4.8.0",
"cuid": "^1.2.4",
"inherits": "^2.0.1",
"once": "^1.3.1",
"simple-peer": "^6.0.1",
"through2": "^2.0.0"
},
"standard": {
"ignore": [
"node_modules/",
"networking.wiki/"
]
},
"devDependencies": {
"budo": "^9.3.0",
"standard": "^8.5.0",
"vis": "^4.17.0",
"debug": "^2.2.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"standard": "standard",
"start": "npm run l_signalhub | npm run l_example",
"l_signalhub": "signalhub listen -p 8042",
"l_example": "budo index.js --port 8080 -P --live --host localhost --fast"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hdm-project/networking.git"
},
"author": "H3rby7",
"license": "MIT",
"bugs": {
"url": "https://github.com/hdm-project/networking/issues"
},
"homepage": "https://github.com/hdm-project/networking"
}