Skip to content

Commit

Permalink
feat: return bower
Browse files Browse the repository at this point in the history
  • Loading branch information
srghma committed Nov 17, 2020
1 parent 56eb0b4 commit 69c22bb
Showing 1 changed file with 35 additions and 0 deletions.
35 changes: 35 additions & 0 deletions bower.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
{
"name": "purescript-lunapark",
"homepage": "https://github.com/slamdata/purescript-lunapark",
"authors": [
"Maxim Zimaliev <zimaliev@gmail.com>"
],
"description": "Webdriver/JsonWire bindings for PureScript",
"license": "Apache-2.0",
"keywords": [
"purescript",
"selenium",
"webdriver",
"jsonwire"
],
"repository": {
"type": "git",
"url": "git://github.com/slamdata/purescript-lunapark.git"
},
"ignore": [
"**/*.",
"node_modules",
"bower_components",
"output",
"test",
"vendor"
],
"dependencies": {
"purescript-affjax": "^9.0.0",
"purescript-argonaut-codecs": "^7.0.0",
"purescript-argonaut-core": "^5.0.0",
"purescript-css": "^4.0.0",
"purescript-node-fs-aff": "^6.0.0",
"purescript-run": "^3.0.0"
}
}

0 comments on commit 69c22bb

Please sign in to comment.