-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #5 from travel-intelligence/npm-config
NPM Config
- Loading branch information
Showing
2 changed files
with
15 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,8 +14,6 @@ | |
"type": "git", | ||
"url": "[email protected]:travel-intelligence/ti-auth.js.git" | ||
}, | ||
"authors": [{ | ||
"name": "Joschka Kintscher", | ||
"email": "[email protected]" | ||
}] | ||
"authors": [ "Joschka Kintscher <[email protected]>" ], | ||
"license": "MIT" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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": "[email protected]:travel-intelligence/ti-auth.js.git" | ||
}, | ||
"files": [ | ||
"dist/" | ||
], | ||
"author": "Joschka Kintscher <[email protected]>", | ||
"license": "MIT" | ||
} |