@abandonware/noble
Advanced tools
Comparing version 1.9.2-2 to 1.9.2-3
@@ -10,9 +10,9 @@ { | ||
"description": "A Node.js BLE (Bluetooth Low Energy) central library.", | ||
"version": "1.9.2-2", | ||
"version": "1.9.2-3", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/sandeepmistry/noble.git" | ||
"url": "https://github.com/abandonware/noble.git" | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/sandeepmistry/noble/issues" | ||
"url": "https://github.com/abandonware/noble/issues" | ||
}, | ||
@@ -45,5 +45,6 @@ "keywords": [ | ||
"devDependencies": { | ||
"async": "~2.6.1", | ||
"async": "^3.1.0", | ||
"jshint": "latest", | ||
"mocha": "^6.1.3", | ||
"node-gyp": "^5.0.3", | ||
"should": "~13.2.3", | ||
@@ -50,0 +51,0 @@ "sinon": "~7.3.1", |
# ![noble](assets/noble-logo.png) | ||
[![Build Status](https://travis-ci.org/noble/noble.svg?branch=master)](https://travis-ci.org/noble/noble) | ||
[![Gitter](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/sandeepmistry/noble?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) [![OpenCollective](https://opencollective.com/noble/backers/badge.svg)](#backers) | ||
[![Build Status](https://travis-ci.org/abandonware/noble.svg?branch=master)](https://travis-ci.org/abandonware/noble) | ||
[![Gitter](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/abandonware/noble?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) [![OpenCollective](https://opencollective.com/noble/backers/badge.svg)](#backers) | ||
[![OpenCollective](https://opencollective.com/noble/sponsors/badge.svg)](#sponsors) | ||
@@ -10,3 +10,3 @@ | ||
Want to implement a peripheral? Checkout [bleno](https://github.com/sandeepmistry/bleno) | ||
Want to implement a peripheral? Checkout [bleno](https://github.com/abandonware/bleno) | ||
@@ -74,3 +74,3 @@ __Note:__ macOS / Mac OS X, Linux, FreeBSD and Windows are currently the only supported OSes. Other platforms may be developed later on. | ||
[node-bluetooth-hci-socket prerequisites](https://github.com/sandeepmistry/node-bluetooth-hci-socket#windows) | ||
[node-bluetooth-hci-socket prerequisites](https://github.com/abandonware/node-bluetooth-hci-socket#windows) | ||
* Compatible Bluetooth 4.0 USB adapter | ||
@@ -77,0 +77,0 @@ * [WinUSB](https://msdn.microsoft.com/en-ca/library/windows/hardware/ff540196(v=vs.85).aspx) driver setup for Bluetooth 4.0 USB adapter, using [Zadig tool](http://zadig.akeo.ie/) |
326243
7
61
5693