Add Bower metadata

This commit is contained in:
rightfold 2016-12-22 22:09:25 +01:00
parent d98f1e3174
commit f8bc3f8c9f

View File

@ -1,5 +1,6 @@
{
"name": "purescript-postgresql-client",
"license": "BSD-3-Clause",
"dependencies": {
"purescript-prelude": "^2.1.0",
"purescript-transformers": "^2.0.2",
@ -12,5 +13,9 @@
"purescript-maybe": "^2.0.1",
"purescript-foldable-traversable": "^2.0.0",
"purescript-newtype": "^1.1.0"
},
"repository": {
"type": "git",
"url": "https://github.com/rightfold/purescript-postgresql-client.git"
}
}