-
Notifications
You must be signed in to change notification settings - Fork 72
/
package.json
50 lines (50 loc) · 1.2 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
{
"name": "wireless-tools",
"version": "0.19.0",
"description": "Wireless tools for Node.js",
"author": "Christopher M. Baker",
"license": "MIT",
"homepage": "https://github.com/bakerface/wireless-tools",
"main": "wireless-tools.js",
"keywords": [
"wireless",
"tools",
"hostapd",
"ifconfig",
"iwconfig",
"iwlist",
"iw",
"udhcpc",
"udhcpd",
"wpa_supplicant"
],
"repository": {
"type": "git",
"url": "git+https://github.com/bakerface/wireless-tools.git"
},
"bugs": {
"url": "https://github.com/bakerface/wireless-tools/issues"
},
"scripts": {
"test": "istanbul cover node_modules/.bin/_mocha",
"posttest": "istanbul check-coverage --statements 100 --functions 100 --branches 100 --lines 100",
"codeclimate": "codeclimate-test-reporter < coverage/lcov.info"
},
"xo": {
"space": true
},
"devDependencies": {
"codeclimate-test-reporter": "0.5.1",
"istanbul": "^0.4.3",
"mocha": "9.0.3",
"should": "^9.0.2",
"xo": "0.44.0"
},
"contributors": [
"Athom <[email protected]> (https://www.athom.com/en/)",
"Wink <[email protected]> (https://www.wink.com/)"
],
"directories": {
"test": "test"
}
}