-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 806 Bytes
/
Copy pathpackage.json
File metadata and controls
28 lines (28 loc) · 806 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
{
"name": "node-airodump-parser",
"version": "0.0.1",
"private": true,
"description": "Parse airodump data through nodeJS",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://derekrushforth@github.com/derekrushforth/node-airodump-parser.git"
},
"author": "Derek Rushforth <derekrushforth@gmail.com> (http://derekrushforth.com/)",
"license": "ISC",
"bugs": {
"url": "https://github.com/derekrushforth/node-airodump-parser/issues"
},
"homepage": "https://github.com/derekrushforth/node-airodump-parser",
"dependencies": {
"JSON2": "^0.1.0",
"express": "^4.9.5",
"is-online": "^3.1.0",
"request": "^2.53.0",
"watch": "^0.14.0",
"xml2json": "^0.6.1"
}
}