Skip to content

Commit

Permalink
Add bower config
Browse files Browse the repository at this point in the history
  • Loading branch information
davidwdan committed Oct 13, 2017
1 parent e318b24 commit bb142c5
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions bower.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"name": "thruway.js",
"description": "WAMP RxJS Client",
"main": "index.js",
"authors": [
"David Dan <[email protected]>"
],
"license": "MIT",
"keywords": [
"wamp",
"typescript",
"autobahn",
"javascript",
"rxjs",
"websocket",
"reactivex"
],
"homepage": "http://voryx.net",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
]
}

0 comments on commit bb142c5

Please sign in to comment.