mirror of
https://github.com/rowtype-yoga/purescript-parsing-dataview.git
synced 2024-11-25 20:12:42 +03:00
32 lines
902 B
JSON
32 lines
902 B
JSON
{
|
|
"name": "purescript-parsing-dataview",
|
|
"license": [
|
|
"BSD-2-Clause"
|
|
],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/rowtype-yoga/purescript-parsing-dataview"
|
|
},
|
|
"ignore": [
|
|
"**/.*",
|
|
"node_modules",
|
|
"bower_components",
|
|
"output"
|
|
],
|
|
"dependencies": {
|
|
"purescript-arraybuffer": "^v13.1.1",
|
|
"purescript-arraybuffer-types": "^v3.0.2",
|
|
"purescript-effect": "^v4.0.0",
|
|
"purescript-enums": "^v6.0.1",
|
|
"purescript-float32": "^v2.0.0",
|
|
"purescript-maybe": "^v6.0.0",
|
|
"purescript-parsing": "^v10.2.0",
|
|
"purescript-prelude": "^v6.0.1",
|
|
"purescript-strings": "^v6.0.1",
|
|
"purescript-tailrec": "^v6.1.0",
|
|
"purescript-transformers": "^v6.0.0",
|
|
"purescript-tuples": "^v7.0.0",
|
|
"purescript-uint": "^v7.0.0"
|
|
}
|
|
}
|