We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c11f5f5 commit 20b4654Copy full SHA for 20b4654
Procfile
@@ -0,0 +1 @@
1
+web: node mongodb.js
package.json
@@ -0,0 +1,14 @@
+{
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