Skip to content

Commit

Permalink
Add missing Bower file.
Browse files Browse the repository at this point in the history
  • Loading branch information
nsaunders committed Sep 7, 2019
1 parent 5bdc16d commit 95b9abe
Showing 1 changed file with 42 additions and 0 deletions.
42 changes: 42 additions & 0 deletions bower.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
{
"name": "purescript-typedenv",
"homepage": "https://github.com/nicholassaunders/purescript-typedenv",
"authors": [
"Nick Saunders <[email protected]>"
],
"description": "Parse environment variables using a type-level schema encoding.",
"keywords": [
"purescript",
"typedenv",
"environment",
"configuration"
],
"repository": {
"type": "git",
"url": "git://github.com/nsaunders/purescript-typedenv.git"
},
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"output"
],
"dependencies": {
"purescript-foreign-object": "^2.0.3",
"purescript-generics-rep": "^6.1.1",
"purescript-integers": "^4.0.0",
"purescript-numbers": "^7.0.0",
"purescript-record": "^2.0.1",
"purescript-strings": "^4.0.1",
"purescript-typelevel-prelude": "^5.0.0"
},
"devDependencies": {
"purescript-console": "^4.2.0",
"purescript-effect": "^2.0.1",
"purescript-node-process": "^7.0.0",
"purescript-psci-support": "^4.0.0",
"purescript-spec": "^4.0.0",
"purescript-transformers": "^4.2.0"
}
}

0 comments on commit 95b9abe

Please sign in to comment.