diff options
author | Trygve Laugstøl <trygvis@inamo.no> | 2012-06-28 23:28:56 +0200 |
---|---|---|
committer | Trygve Laugstøl <trygvis@inamo.no> | 2012-06-28 23:28:56 +0200 |
commit | e54435b2891a67992ccdf19856c677316143fa17 (patch) | |
tree | 2c21652e64fd157d185c2ec7ee692526ebeb4e43 | |
parent | 9c933e4eb578b77d625efe487866e7433d729666 (diff) | |
download | collection-json-explorer-e54435b2891a67992ccdf19856c677316143fa17.tar.gz collection-json-explorer-e54435b2891a67992ccdf19856c677316143fa17.tar.bz2 collection-json-explorer-e54435b2891a67992ccdf19856c677316143fa17.tar.xz collection-json-explorer-e54435b2891a67992ccdf19856c677316143fa17.zip |
o Adjusting dependencies.
-rw-r--r-- | package.json | 8 |
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" } } |