forked from matrix-io/pi-wifi
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
52 lines (52 loc) · 1.27 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
45
46
47
48
49
50
51
52
{
"name": "pi-wifi",
"version": "1.2.0",
"description": "Module for accessing wpa_cli on Raspberry Pi 3.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "[email protected]/matrix-io/pi-wifi"
},
"keywords": [
"raspberry",
"pi",
"wifi"
],
"author": {
"name": "Sean Canton",
"email": "[email protected]"
},
"license": "ISC",
"_id": "[email protected]",
"_shasum": "953a178e80cab14f5168f1cf7c2c78053744e9f1",
"_from": "pi-wifi@>=1.0.1 <2.0.0",
"_npmVersion": "3.10.3",
"_nodeVersion": "6.7.0",
"_npmUser": {
"name": "matrix-io",
"email": "[email protected]"
},
"dist": {
"shasum": "953a178e80cab14f5168f1cf7c2c78053744e9f1",
"tarball": "https://registry.npmjs.org/pi-wifi/-/pi-wifi-1.0.1.tgz"
},
"maintainers": [
{
"name": "matrix-io",
"email": "[email protected]"
}
],
"_npmOperationalInternal": {
"host": "packages-12-west.internal.npmjs.com",
"tmp": "tmp/pi-wifi-1.0.1.tgz_1482261858348_0.6249220559839159"
},
"directories": {},
"_resolved": "https://registry.npmjs.org/pi-wifi/-/pi-wifi-1.0.1.tgz",
"dependencies": {
"async": "^2.1.5",
"wireless-tools": "^0.19.0"
}
}