-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
45 lines (45 loc) · 847 Bytes
/
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
{
"name": "wifiradio",
"version": "0.4.1",
"description": "NodeJS module for controlling WiFi-radios",
"files": [
"lib/"
],
"main": "lib/wifiradio.js",
"scripts": {
"lint": "npx eslint **/*.js",
"test": "npm run lint",
"mocha": "npx mocha"
},
"dependencies": {
"xml2js": "^0.6.2"
},
"devDependencies": {
"chai": "^4.3.7",
"eslint": "^8.47.0",
"mocha": "^10.2.0"
},
"author": "ENT8R <[email protected]>",
"repository": {
"type": "git",
"url": "https://github.com/ENT8R/wifiradio.git"
},
"keywords": [
"wifiradio",
"wifi-radio",
"radio",
"frontier silicon",
"frontier",
"silicon",
"fsapi",
"iot",
"home-automation",
"api",
"nodejs",
"node-js"
],
"bugs": {
"email": "[email protected]"
},
"license": "GPL-3.0"
}