aureooms/js-pubsub

View on GitHub
doc/manual/installation.md

Summary

Maintainability
Test Coverage
Can be managed using
[jspm](http://jspm.io)
or [npm](https://github.com/npm/npm).

### jspm
```terminal
jspm install npm:@aureooms/js-pubsub
```

### npm
```terminal
npm install @aureooms/js-pubsub --save
```