3 Commits

Author SHA1 Message Date
d01b3cc124 New version added v0.0.4 2016-04-07 06:20:37 +02:00
31d80834a7 npm and node version where to strict 2016-04-07 06:20:18 +02:00
1aff4ba049 Installation info added 2016-04-06 22:02:32 +02:00
2 changed files with 7 additions and 3 deletions

View File

@ -19,6 +19,10 @@ It was tested with the following operating systems:
* Ubuntu 14.04 * Ubuntu 14.04
* Raspbian "Jessie" * Raspbian "Jessie"
## Installation
npm i node-wifi-scanner
## Usage ## Usage
const scanner = require('node-wifi-scanner'); const scanner = require('node-wifi-scanner');

View File

@ -1,6 +1,6 @@
{ {
"name": "node-wifi-scanner", "name": "node-wifi-scanner",
"version": "0.0.3", "version": "0.0.4",
"description": "node.js module for WiFi network detection", "description": "node.js module for WiFi network detection",
"main": "index.js", "main": "index.js",
"keywords": [ "keywords": [
@ -20,8 +20,8 @@
"url": "https://github.com/ancasicolica/node-wifi-scanner.git" "url": "https://github.com/ancasicolica/node-wifi-scanner.git"
}, },
"engines": { "engines": {
"node": ">= 4.4.0", "node": ">= 4.0.0",
"npm": ">= 2.14.0" "npm": ">= 2.0.0"
}, },
"scripts": { "scripts": {
"test": "mocha test" "test": "mocha test"