purescript-parsing-dataview/bower.json

32 lines
902 B
JSON
Raw Normal View History

{
2020-07-27 18:12:37 +03:00
"name": "purescript-parsing-dataview",
"license": [
2021-11-17 05:28:42 +03:00
"BSD-2-Clause"
2020-07-27 18:12:37 +03:00
],
"repository": {
"type": "git",
2022-12-03 10:18:45 +03:00
"url": "https://github.com/rowtype-yoga/purescript-parsing-dataview"
2020-07-27 18:12:37 +03:00
},
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"output"
],
"dependencies": {
2022-12-02 14:22:37 +03:00
"purescript-arraybuffer": "^v13.1.1",
2022-05-07 09:56:31 +03:00
"purescript-arraybuffer-types": "^v3.0.2",
"purescript-effect": "^v4.0.0",
2022-12-02 15:41:41 +03:00
"purescript-enums": "^v6.0.1",
2022-05-07 09:56:31 +03:00
"purescript-float32": "^v2.0.0",
"purescript-maybe": "^v6.0.0",
2022-12-02 14:22:37 +03:00
"purescript-parsing": "^v10.2.0",
2022-12-01 04:40:14 +03:00
"purescript-prelude": "^v6.0.1",
2022-12-02 15:41:41 +03:00
"purescript-strings": "^v6.0.1",
2022-12-02 14:22:37 +03:00
"purescript-tailrec": "^v6.1.0",
2022-05-07 09:56:31 +03:00
"purescript-transformers": "^v6.0.0",
"purescript-tuples": "^v7.0.0",
"purescript-uint": "^v7.0.0"
2020-07-27 18:12:37 +03:00
}
}