Skip to content

Commit

Permalink
Updated package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
AdamPuzio committed Nov 8, 2013
1 parent 4963637 commit db9b074
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion package.json
Expand Up @@ -2,10 +2,23 @@
"name": "skyfall",
"description": "A socket API for monitoring servers",
"version": "0.2.0",
"author": "Adam Puzio",
"author": "Adam Puzio <adam@puzio.me>",
"license": "MIT",
"scripts": {
"start": "node app"
},
"repository": {
"type": "git",
"url": "https://github.com/AdamPuzio/skyfall.git"
},
"bugs": {
"url": "https://github.com/AdamPuzio/skyfall/issues"
},
"keywords": [
"server",
"monitor",
"stream"
],
"dependencies": {
"express": "*",
"ejs": "*",
Expand Down

0 comments on commit db9b074

Please sign in to comment.