Initial commit

This commit is contained in:
Christian Kuster
2016-04-04 20:01:15 +02:00
parent 7b85575b85
commit 1fa96c3ed7
16 changed files with 1809 additions and 0 deletions

7
package.json Normal file
View File

@ -0,0 +1,7 @@
{
"name": "",node-wifi-scanner
"version": "0.0.1",
"description": "detects WiFi networks",
"author": "Christian Kuster <christian@kusti.ch>",
"main": "index.js"
}