forked from Leaftech/wifi
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1005 Bytes
/
Copy pathpackage.json
File metadata and controls
42 lines (42 loc) · 1005 Bytes
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
{
"name": "wpa-ctrl",
"version": "1.1.3",
"description": "wpa wifi controller",
"main": "index.js",
"types": "index.d.ts",
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "https://github.com/alexmoon/wifi.git"
},
"bugs": {
"url": "https://github.com/alexmoon/wifi/issues"
},
"keywords": [
"wpa",
"wifi",
"control"
],
"author": "Alex Moon",
"license": "ISC",
"dependencies": {
"unix-dgram": "^2.0.4"
},
"devDependencies": {
"@types/node": "^10.0.8",
"chai": "^3.5.0",
"grunt": "^1.0.1",
"grunt-bump": "^0.8.0",
"grunt-eslint": "^20.1.0",
"grunt-ts": "^6.0.0-beta.19",
"grunt-tslint": "^5.0.2",
"grunt-typedoc": "^0.2.4",
"load-grunt-tasks": "^3.5.0",
"mocha": "^2.4.5",
"tslint": "^5.10.0",
"typedoc": "^0.11.1",
"typescript": "^2.8.3"
}
}