summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorTrygve Laugstøl <trygvis@inamo.no>2012-06-28 23:28:56 +0200
committerTrygve Laugstøl <trygvis@inamo.no>2012-06-28 23:28:56 +0200
commite54435b2891a67992ccdf19856c677316143fa17 (patch)
tree2c21652e64fd157d185c2ec7ee692526ebeb4e43 /package.json
parent9c933e4eb578b77d625efe487866e7433d729666 (diff)
downloadcollection-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.
Diffstat (limited to 'package.json')
-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"
}
}