-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathbower.json
More file actions
26 lines (26 loc) · 730 Bytes
/
bower.json
File metadata and controls
26 lines (26 loc) · 730 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
{
"name": "purescript-tscompat",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"output"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/doolse/purescript-tscompat.git"
},
"dependencies": {
"purescript-prelude": "^4.1.0",
"purescript-react": "^6.1.0",
"purescript-typelevel-prelude": "^3.0.0"
},
"devDependencies": {
"purescript-psci-support": "^4.0.0",
"purescript-console": "^4.1.0",
"purescript-effect": "^2.0.0",
"purescript-lists": "^5.3.0",
"purescript-strings": "^4.0.0"
}
}