Skip to content

Commit

Permalink
add engine info to package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
katiepark committed Jan 25, 2015
1 parent b2d4a3c commit 4fb1aa6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@
"scripts": {
"start": "node ./bin/www"
},
"engines": {
"node": "0.10.x",
"npm": "2.1.x"
},
"dependencies": {
"express": "~4.11.1",
"serve-favicon": "~2.2.0",
Expand Down

0 comments on commit 4fb1aa6

Please sign in to comment.