Skip to content

Commit 20b4654

Browse files
author
François Daoust
committed
Package and Procfile files added for Heroku
1 parent c11f5f5 commit 20b4654

File tree

2 files changed

+15
-0
lines changed

2 files changed

+15
-0
lines changed

Procfile

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
web: node mongodb.js

package.json

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"name": "nodjs-intro",
3+
"version": "0.0.1",
4+
"dependencies": {
5+
"async": ">= 0.1.22",
6+
"underscore": "1.4.2",
7+
"mongodb": "1.2.0",
8+
"mongoose": "3.4.0"
9+
},
10+
"engines": {
11+
"node": "0.8.x",
12+
"npm": "1.1.x"
13+
}
14+
}

0 commit comments

Comments
 (0)