-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 732 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 732 Bytes
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
{
"name": "piconet",
"version": "3.2.1",
"description": "Minimalistic network stack",
"main": "index.js",
"scripts": {
"lint": "standard",
"test": "tape test.js",
"debug": "node inspect $(npm bin)/tape test.js",
"prepublishOnly": "standard && npm test"
},
"repository": {
"type": "git",
"url": "git://https://github.com/telamon/piconet"
},
"author": "Tony Ivanov",
"license": "AGPL-3.0-or-later",
"bugs": {
"url": "https://github.com/telamon/piconet/issues"
},
"homepage": "https://github.com/telamon/piconet",
"devDependencies": {
"hyper-simulator": "^1.3.0",
"hypercore-protocol": "^8.0.7",
"standard": "^17.0.0",
"tape": "^5.6.3",
"ws": "^8.13.0"
}
}