-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathbower.json
More file actions
31 lines (31 loc) · 762 Bytes
/
bower.json
File metadata and controls
31 lines (31 loc) · 762 Bytes
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
{
"name": "purescript-rxjs",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"output"
],
"dependencies": {
"purescript-prelude": "^3.0.0",
"purescript-console": "^3.0.0",
"purescript-functions": "^3.0.0",
"purescript-exceptions": "^3.0.0",
"purescript-aff": "^3.0.0",
"purescript-arrays": "^4.0.0",
"purescript-st": "^3.0.0",
"purescript-dom": "^4.1.0",
"purescript-maps" : "^3.0.0"
},
"devDependencies": {
"purescript-psci-support": "^3.0.0",
"purescript-debug": "^3.0.0",
"purescript-test-unit": "^11.0.0",
"purescript-quickcheck": "^4.0.0"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "git://github.com/jasonzoladz/purescript-rxjs.git"
}
}