Comparing version 0.6.2 to 0.6.3
{ | ||
"name": "sonic-js", | ||
"version": "0.6.2", | ||
"version": "0.6.3", | ||
"description": "ws client library for the Sonic protocol", | ||
@@ -9,2 +9,5 @@ "main": "src/lib.js", | ||
"repository": "https://github.com/xarxa6/sonic-js", | ||
"scripts": { | ||
"test": "node_modules/mocha/bin/mocha -r chai spec/ws.js" | ||
}, | ||
"dependencies": { | ||
@@ -11,0 +14,0 @@ "bufferutil": "^1.2.1", |
@@ -5,4 +5,11 @@ # Sonic-js [![Build Status](https://travis-ci.org/xarxa6/sonic-js.svg)](https://travis-ci.org/xarxa6/sonic-js) [![npm version](https://badge.fury.io/js/sonic-js.svg)](https://badge.fury.io/js/sonic-js) | ||
# Installation | ||
- Using npm: | ||
``` | ||
npm install sonic-js | ||
``` | ||
- For browser usage, bundling has has been tested with browserify and babel. | ||
# Usage | ||
```javascript | ||
@@ -9,0 +16,0 @@ var Client = require('sonic-js').Client; |
Sorry, the diff of this file is not supported yet
85
40581
15