Skip to content
This repository has been archived by the owner on Feb 22, 2022. It is now read-only.

Commit

Permalink
Update release
Browse files Browse the repository at this point in the history
  • Loading branch information
Frank Cash committed Mar 5, 2015
1 parent df599b0 commit 4752f10
Showing 1 changed file with 20 additions and 3 deletions.
23 changes: 20 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,27 @@
{ "name": "Techie_JS",
"version": "1.2.0",

{
"name": "HackerQueue",
"version": "1.3.0",
"private": "false",
"license": "MIT",
"contributors": [
{
"name": "Frank Cash",
"email": "cashc@acm.org"
}
],
"repository": {
"type": "git",
"url": "https://github.com/frankcash/HackerQueue.git"
},
"bugs": {
"url": "https://github.com/frankcash/HackerQueue/issues"
},
"dependencies": {
"express": "3.0.0alpha4",
"jade": "*",
"nib": "*",
"request":"2.30.0",
"cheerio":"0.15.0" } }
"cheerio":"0.15.0"
}
}

0 comments on commit 4752f10

Please sign in to comment.