purescript-js-bigints/bower.json
2023-01-12 13:52:40 +00:00

22 lines
462 B
JSON

{
"name": "purescript-js-bigints",
"license": [
"MIT"
],
"repository": {
"type": "git",
"url": "https://github.com/rowtype-yoga/purescript-js-bigints.git"
},
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"output"
],
"dependencies": {
"purescript-integers": "^v6.0.0",
"purescript-maybe": "^v6.0.0",
"purescript-prelude": "^v6.0.1"
}
}