-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 689 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 689 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
{
"name": "airswarm",
"version": "1.1.0",
"description": "Network swarm that automagically discovers other peers on the network using multicast dns",
"main": "index.js",
"dependencies": {
"multicast-dns": "^3.0.0",
"network-address": "^1.0.0"
},
"devDependencies": {
"standard": "^5.2.1",
"tape": "^4.2.0"
},
"scripts": {
"test": "standard && tape test.js"
},
"repository": {
"type": "git",
"url": "https://github.com/mafintosh/airswarm.git"
},
"author": "Mathias Buus (@mafintosh)",
"license": "MIT",
"bugs": {
"url": "https://github.com/mafintosh/airswarm/issues"
},
"homepage": "https://github.com/mafintosh/airswarm"
}