diff options
| -rw-r--r-- | package.json | 3 | 
1 files changed, 2 insertions, 1 deletions
diff --git a/package.json b/package.json index 510a709..8789bf3 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,8 @@      "start": "node app.js"    },    "dependencies": { -    "express": "3.2.0", +    "node": "0.8.x", +	"express": "3.2.0",      "ejs": "*",  	"request": "2.20.x"    }  | 
