Skip to content

Commit

Permalink
Merge pull request #217 from danieljharvey/master
Browse files Browse the repository at this point in the history
Add webaudio and dependencies
  • Loading branch information
justinwoo committed Aug 19, 2018
2 parents fe11288 + 1754907 commit 5130864
Showing 1 changed file with 54 additions and 0 deletions.
54 changes: 54 additions & 0 deletions packages.json
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,18 @@
"repo": "https://github.com/purescript-contrib/purescript-argonaut-traversals.git",
"version": "v4.0.1"
},
"arraybuffer": {
"dependencies": [
"arraybuffer-types",
"effect",
"functions",
"maybe",
"text-encoding",
"uint"
],
"repo": "https://github.com/jacereda/purescript-arraybuffer.git",
"version": "v8.0.0"
},
"arraybuffer-types": {
"dependencies": [],
"repo": "https://github.com/purescript-contrib/purescript-arraybuffer-types.git",
Expand Down Expand Up @@ -1687,6 +1699,18 @@
"repo": "https://github.com/bodil/purescript-test-unit.git",
"version": "v14.0.0"
},
"text-encoding": {
"dependencies": [
"arraybuffer-types",
"either",
"exceptions",
"functions",
"prelude",
"strings"
],
"repo": "https://github.com/AlexaDeWit/purescript-text-encoding.git",
"version": "v0.0.8"
},
"these": {
"dependencies": [
"gen",
Expand Down Expand Up @@ -1743,6 +1767,14 @@
"repo": "https://github.com/purescript/purescript-typelevel-prelude.git",
"version": "v3.0.0"
},
"uint": {
"dependencies": [
"math",
"maybe"
],
"repo": "https://github.com/zaquest/purescript-uint.git",
"version": "v4.0.1"
},
"unfoldable": {
"dependencies": [
"foldable-traversable",
Expand Down Expand Up @@ -1893,6 +1925,28 @@
"repo": "https://github.com/purescript-web/purescript-web-xhr.git",
"version": "v2.0.0"
},
"webaudio": {
"dependencies": [
"aff",
"affjax",
"arraybuffer",
"arraybuffer-types",
"arrays",
"assert",
"console",
"foldable-traversable",
"js-timers",
"lists",
"math",
"maybe",
"psci-support",
"refs",
"strings",
"tuples"
],
"repo": "https://github.com/adkelley/purescript-webaudio.git",
"version": "v0.1.2"
},
"yargs": {
"dependencies": [
"console",
Expand Down

0 comments on commit 5130864

Please sign in to comment.