diff --git a/bower.json b/bower.json index a760d5d..5dfe137 100644 --- a/bower.json +++ b/bower.json @@ -14,8 +14,6 @@ "type": "git", "url": "git@github.com:travel-intelligence/ti-auth.js.git" }, - "authors": [{ - "name": "Joschka Kintscher", - "email": "joschka@kintscher.me" - }] + "authors": [ "Joschka Kintscher " ], + "license": "MIT" } diff --git a/package.json b/package.json index c993bdc..aa6f2d3 100644 --- a/package.json +++ b/package.json @@ -1,4 +1,7 @@ { + "name": "ti-auth.js", + "version": "1.0.0", + "description": "The official authentication library to use in your Travel Intelligence modules", "scripts": { "test": "make test" }, @@ -13,5 +16,14 @@ "testem": "0.9.5", "uglifyjs": "2.4.10", "url-parse": "1.0.5" - } + }, + "repository" : { + "type": "git", + "url": "git@github.com:travel-intelligence/ti-auth.js.git" + }, + "files": [ + "dist/" + ], + "author": "Joschka Kintscher ", + "license": "MIT" }