Skip to content

Commit

Permalink
Merge pull request #4 from travel-intelligence/bower-config
Browse files Browse the repository at this point in the history
Bower Config
  • Loading branch information
jkintscher committed Dec 17, 2015
2 parents 8691bb0 + a4f84f6 commit d98fb6c
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions bower.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"name": "ti-auth.js",
"description": "The official authentication library to use in your Travel Intelligence modules",
"dependencies": {},
"devDependncies": {},
"ignore": [
"**/*",
"!dist/*"
],
"main": "dist/ti-auth.js",
"moduleType": "globals",
"private": false,
"repository": {
"type": "git",
"url": "[email protected]:travel-intelligence/ti-auth.js.git"
},
"authors": [{
"name": "Joschka Kintscher",
"email": "[email protected]"
}]
}

0 comments on commit d98fb6c

Please sign in to comment.