mirror of
https://github.com/rowtype-yoga/purescript-parsing-dataview.git
synced 2024-12-01 17:26:34 +03:00
22 lines
494 B
JSON
22 lines
494 B
JSON
{
|
|
"name": "purescript-parsing-dataview",
|
|
"license": [
|
|
"BSD-3-Clause"
|
|
],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/jamesdbrock/purescript-parsing-dataview"
|
|
},
|
|
"ignore": [
|
|
"**/.*",
|
|
"node_modules",
|
|
"bower_components",
|
|
"output"
|
|
],
|
|
"dependencies": {
|
|
"purescript-arraybuffer": "^v10.0.2",
|
|
"purescript-arraybuffer-types": "^v2.0.0",
|
|
"purescript-parsing": "^v5.0.3"
|
|
}
|
|
}
|