aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authorTeddy Wing2013-04-28 09:56:13 -0400
committerTeddy Wing2013-04-28 09:56:13 -0400
commit6d21efc4ad818388ae121d9427342c8db7bfa0ad (patch)
tree14d9a11e94062f8dc8614a1ce1498043611fa6da /package.json
parent9a4940092e237f3ce1c16564ae4e5624dcdf44a7 (diff)
downloadWho-am-I-6d21efc4ad818388ae121d9427342c8db7bfa0ad.tar.bz2
Add node to package.json
Diffstat (limited to 'package.json')
-rw-r--r--package.json3
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"
}