purescript-yoga-tree/bower.json

26 lines
630 B
JSON
Raw Normal View History

2017-09-06 22:49:15 +03:00
{
2022-11-01 22:42:23 +03:00
"name": "purescript-yoga-tree",
2022-11-01 22:41:34 +03:00
"license": [
"MIT"
],
"repository": {
"type": "git",
"url": "https://github.com/jordanmartinez/purescript-tree-rose"
},
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"output"
],
"dependencies": {
"purescript-arrays": "^v7.0.0",
"purescript-control": "^v6.0.0",
"purescript-foldable-traversable": "^v6.0.0",
"purescript-free": "^v7.0.0",
"purescript-maybe": "^v6.0.0",
"purescript-prelude": "^v6.0.1",
"purescript-tailrec": "^v6.0.0"
}
}