-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
31 lines (31 loc) · 891 Bytes
/
bower.json
File metadata and controls
31 lines (31 loc) · 891 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-lynx",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"output"
],
"dependencies": {
"purescript-prelude": "^4.0.1",
"purescript-console": "^4.1.0",
"purescript-variant": "^5.0.0",
"purescript-halogen": "^4.0.0",
"purescript-transformers": "^4.1.0",
"purescript-affjax": "^6.0.0",
"purescript-argonaut": "^4.0.1",
"purescript-generics-rep": "^6.0.0",
"purescript-newtype": "^3.0.0",
"purescript-control": "^4.0.0",
"purescript-ocelot": "git@github.com:citizennet/purescript-ocelot.git#0.4.1",
"purescript-read": "^1.0.1",
"purescript-ordered-collections": "^1.0.0",
"purescript-numbers": "^6.0.0"
},
"devDependencies": {
"purescript-psci-support": "^4.0.0",
"purescript-debug": "^4.0.0",
"purescript-routing": "^8.0.0",
"purescript-test-unit": "^14.0.0"
}
}