1
Fork 0
solar-conflux/purescript/run-supply/bower.json
Matei Adriel c41de1fcb9
purescript(run-supply): chore: generted bower.json
Signed-off-by: prescientmoon <git@moonythm.dev>
2021-08-08 02:18:24 +03:00

24 lines
550 B
JSON

{
"name": "purescript-run-supply",
"license": [
"GPL3"
],
"repository": {
"type": "git",
"url": "https://github.com/Mateiadrielrafael/purescript-run-supply"
},
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"output"
],
"dependencies": {
"purescript-maybe": "^v5.0.0",
"purescript-prelude": "^v5.0.1",
"purescript-run": "^v4.0.0",
"purescript-tuples": "^v6.0.1",
"purescript-typelevel-prelude": "^v6.0.0"
}
}