-
Notifications
You must be signed in to change notification settings - Fork 39
/
Copy pathpackage.json
44 lines (44 loc) · 1.01 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
44
{
"name": "subnodes",
"version": "1.0.0",
"description": "Subnodes is an open source software platform that configures your Raspberry Pi as a wireless access point and mesh point and supports the integration of third party applications such as chat rooms, file servers, etc.",
"author": {
"name": "Sarah Grant",
"email": "[email protected]"
},
"license": "AGPL-3.0",
"scripts": {
"start": "node subnode"
},
"repository": {
"type": "git",
"url": "https://github.com/chootka/subnodes.git"
},
"keywords": [
"wlan",
"mesh",
"lan",
"offline",
"offnets",
"raspberrypi",
"rpi",
"node.js",
"hostapd",
"dnsmasq"
],
"bugs": {
"url": "https://github.com/chootka/subnodes/issues"
},
"homepage": "https://github.com/chootka/subnodes",
"dependencies": {
"body-parser": "^1.15.0",
"express": ">=3.11 <4",
"pug": "^2.0.0-alpha3",
"socket.io": ">=0.9.7",
"stylus": "^0.54.2"
},
"engines": {
"node": "5.0.0",
"npm": "3.8.x"
}
}