Skip to content

Commit

Permalink
add npm script to package.json to start the app
Browse files Browse the repository at this point in the history
  • Loading branch information
nelsonic committed May 3, 2014
1 parent efc99c3 commit 4f06414
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
{
"name": "node-example",
"version": "0.0.1",
"name": "learn-heroku",
"version": "1.0.0",
"dependencies": {
"express": "3.1.x"
},
"engines": {
"node": "0.10.x",
"npm": "1.2.x"
},
"scripts": {
"start": "node web.js"
}
}
}

0 comments on commit 4f06414

Please sign in to comment.