Skip to content

Commit

Permalink
Adding package.json for heroku
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul Roberts committed Aug 2, 2012
1 parent d757eea commit e713fe3
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"name": "moarjpeg",
"version": "0.0.1",
"dependencies": {
"imagemagick": "0.1.2",
"request": "2.9.203"
},
"engines": {
"node": "0.8.x",
"npm": "1.1.x"
}
}

0 comments on commit e713fe3

Please sign in to comment.