Skip to content

Commit

Permalink
clean up package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
mnutt committed Sep 7, 2014
1 parent 0d6172b commit 678273d
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 5 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (c) 2012 Michael Nutt
Copyright (c) 2014 Michael Nutt

Permission is hereby granted, free of charge, to any person
obtaining a copy of this software and associated documentation
Expand Down
21 changes: 17 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,17 @@
"name": "doorman",
"version": "0.2.0",
"description": "Provides an authentication/authorization layer in front of other http/websocket services",
"keywords": ["oauth", "proxy", "doorman"],
"keywords": [
"oauth",
"proxy",
"doorman"
],
"homepage": "https://github.com/movableink/doorman",
"author": {"name": "Michael Nutt", "url": "http://nuttnet.net"},
"repository": {"type": "git", "url": "http://github.com/movableink/doorman.git"},
"author": "Michael Nutt ([email protected])",
"repository": {
"type": "git",
"url": "http://github.com/movableink/doorman.git"
},
"scripts": {
"start": "node app.js"
},
Expand All @@ -16,5 +23,11 @@
"cookie-session": "1.0.2",
"jade": "1.6.0",
"winston": "0.5.9"
}
},
"bugs": {
"url": "https://github.com/movableink/doorman/issues"
},
"main": "app.js",
"devDependencies": {},
"license": "MIT"
}

0 comments on commit 678273d

Please sign in to comment.