-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
27 lines (27 loc) · 712 Bytes
/
bower.json
File metadata and controls
27 lines (27 loc) · 712 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
{
"name": "purescript-parsing-foreign",
"version": "0.0.2",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/markfarrell/purescript-parsing-foreign.git"
},
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"output"
],
"dependencies": {
"purescript-prelude": "^4.1.1",
"purescript-console": "^4.4.0",
"purescript-effect": "^2.0.1",
"purescript-parsing": "^5.0.3",
"purescript-foreign": "^5.0.0",
"purescript-parsing-validation": "markfarrell/purescript-parsing-validation",
"purescript-ffi-foreign": "markfarrell/purescript-ffi-foreign"
},
"devDependencies": {
"purescript-psci-support": "^4.0.0"
}
}