-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathbower.json
34 lines (34 loc) · 822 Bytes
/
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
{
"name": "purescript-midi",
"description": "MIDI and web MIDI support",
"keywords": [
"purescript"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"output",
"examples"
],
"repository": {
"type": "git",
"url": "https://github.com/newlandsvalley/purescript-midi.git"
},
"dependencies": {
"purescript-prelude": "^6.0.0",
"purescript-bifunctors": "^6.0.0",
"purescript-lists": "^7.0.0",
"purescript-string-parsers": "^8.0.0",
"purescript-integers": "^6.0.0",
"purescript-signal": "^13.0.0"
},
"devDependencies": {
"purescript-quickcheck": "^8.0.1",
"purescript-spec": "^7.0.0",
"purescript-spec-quickcheck": "^5.0.0",
"purescript-node-buffer": "^8.0.0",
"purescript-node-fs-aff": "^9.0.0"
}
}