-
Notifications
You must be signed in to change notification settings - Fork 19
/
bower.json
37 lines (37 loc) · 837 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
35
36
37
{
"name": "purescript-websocket-simple",
"description": "A low-level wrapper around WebSocket API",
"license": "BSD-3-Clause",
"authors": [
"Konstantin Zudov <[email protected]>"
],
"license": "BSD-3-Clause",
"moduleType": [
"node"
],
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"output"
],
"repository": {
"type": "git",
"url": "git://github.com/zudov/purescript-websocket-simple.git"
},
"keywords": [
"purescript"
],
"dependencies": {
"purescript-web-socket": "^1.0.0",
"purescript-web-events": "^1.0.0",
"purescript-effect": "^2.0.0",
"purescript-exceptions": "^4.0.0",
"purescript-generics-rep": "^6.0.0",
"purescript-var": "v3.0.0"
},
"devDependencies": {
"purescript-debug": "^4.0.0",
"purescript-console": "^4.0.0"
}
}