summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--package.json8
1 files changed, 6 insertions, 2 deletions
diff --git a/package.json b/package.json
index cc5cd03..95f9e5a 100644
--- a/package.json
+++ b/package.json
@@ -6,8 +6,12 @@
"start": "node app"
},
"dependencies": {
- "express": "3.0.0beta4",
"collection_json": "git+http://trygvis.dyndns.org/~trygvis/git/2012/06/collection_json.git",
- "jade": "*"
+ "express": "3.0.0beta4",
+ "jade": "~0.26.3"
+ },
+ "engines": {
+ "node": "0.6.x",
+ "npm": "1.1.x"
}
}