-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- updated dependencies - added readme
- Loading branch information
Jonathan Raoult
committed
Sep 27, 2015
1 parent
11f3b82
commit 7eadc46
Showing
3 changed files
with
30 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,5 +4,6 @@ | |
"nonew": true, | ||
"forin": true, | ||
"devel": true, | ||
"indent": 2 | ||
"indent": 2, | ||
"esnext": true | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
# mixtube-playback | ||
`mixtube-playback` is the main library behind [Mixtube](https://github.com/jraoult/mixtube). It handles the content | ||
sequencing and the mixing. | ||
|
||
## Getting started | ||
Unit tests are run by Karma when executing `npm test`. Integration tests can be run by visiting the page | ||
served when executing `npm serve`. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters