purescript-postgresql-client/bower.json

22 lines
619 B
JSON
Raw Normal View History

2016-12-22 18:12:38 +00:00
{
"name": "purescript-postgresql-client",
2016-12-22 21:09:25 +00:00
"license": "BSD-3-Clause",
2016-12-22 18:12:38 +00:00
"dependencies": {
"purescript-prelude": "^2.1.0",
"purescript-transformers": "^2.0.2",
"purescript-lists": "^3.2.1",
"purescript-foreign": "^3.0.1",
"purescript-partial": "^1.1.2",
"purescript-tuples": "^3.0.0",
"purescript-aff": "^2.0.2",
"purescript-either": "^2.0.0",
"purescript-maybe": "^2.0.1",
2016-12-22 19:25:17 +00:00
"purescript-foldable-traversable": "^2.0.0",
"purescript-newtype": "^1.1.0"
2016-12-22 21:09:25 +00:00
},
"repository": {
"type": "git",
"url": "https://github.com/rightfold/purescript-postgresql-client.git"
2016-12-22 18:12:38 +00:00
}
}