Skip to content

Commit

Permalink
setting node engines
Browse files Browse the repository at this point in the history
  • Loading branch information
Derick Bailey committed Sep 18, 2012
1 parent 6747feb commit 6bbfd0f
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,21 @@
"name": "BBCloneMail",
"version": "0.2.0",
"private": true,

"scripts": {
"start": "node app"
},

"dependencies": {
"express": "3.0.0rc4",
"jade": "*"
},

"engines": {
"node": "0.8.x",
"npm": "1.1.x"
},

"devDependencies": {
"grunt-jasmine-runner": "*"
}
Expand Down

0 comments on commit 6bbfd0f

Please sign in to comment.