Skip to content

Commit

Permalink
better package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter Jankovsky committed May 19, 2016
1 parent f10aa4c commit 85a3d02
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,19 @@
"version": "1.0.0",
"description": "Lambda function to pull config values from DynamoDb",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/pjankovsky/tg-lambda-config.git"
},
"author": "Peter Jankovsky <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/pjankovsky/tg-lambda-config/issues"
},
"homepage": "https://github.com/pjankovsky/tg-lambda-config#readme",
"dependencies": {
"aws-sdk": "^2.3.9",
"tg-node-lib": "pjankovsky/tg-node-lib.git"
Expand Down

0 comments on commit 85a3d02

Please sign in to comment.