-
Notifications
You must be signed in to change notification settings - Fork 16
/
bower.json
45 lines (45 loc) · 1.21 KB
/
bower.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
{
"name": "purescript-webaudio",
"version": "0.1.0",
"description": "A PureScript wrapper for the WebAudio API.",
"authors": [
"Chris Waterson <[email protected]>",
"Sean Seefried <[email protected]>",
"Alex Kelley <github.com/adkelley>",
"John Watson <github.com/newlandsvalley>"
],
"license": "MIT",
"private": true,
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"purescript-arrays": "^4.2.0",
"purescript-foldable-traversable": "^3.6.0",
"purescript-lists": "^4.10.0",
"purescript-math": "^2.1.0",
"purescript-maybe": "^3.0.0",
"purescript-tuples": "^4.1.0",
"purescript-strings": "^3.3.1",
"purescript-eff": "^3.1.0",
"purescript-aff": "^4.0.0",
"purescript-arraybuffer-types": "^2.0.0",
"jacereda/purescript-arraybuffer": "^6.0.0"
},
"devDependencies": {
"purescript-console": "^3.0.0",
"purescript-psci-support": "^3.0.0",
"purescript-dom": "^4.16.0",
"purescript-js-timers": "^3.0.0",
"purescript-affjax": "^5.0.0",
"purescript-assert": "^3.0.0",
"purescript-refs": "^3.0.0"
},
"resolutions": {
"purescript-arraybuffer-types": "^2.0.0"
}
}