forked from 418sec/wireless-tools
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
55 lines (55 loc) · 1.26 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
53
54
55
{
"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": "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.3.1",
"istanbul": "^0.4.3",
"mocha": "^2.5.3",
"should": "^9.0.2",
"xo": "^0.16.0"
},
"contributors": [
{
"name": "Athom",
"email": "support@athom.com",
"url": "https://www.athom.com/en/"
},
{
"name": "Wink",
"email": "support@wink.com",
"url": "https://www.wink.com/"
}
]
}