summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorTrygve Laugstøl <trygvis@inamo.no>2012-07-02 18:11:17 +0200
committerTrygve Laugstøl <trygvis@inamo.no>2012-07-02 18:12:08 +0200
commit217e98f75fd6774764b0ac924c6f642bff2dfb18 (patch)
tree83b9ee2fb1a8d52f9c1132ea1da2b1df52b3508d /package.json
parent991e7cf0fe0197b9ece4fdc985afb7a1c9c258a0 (diff)
downloadcollection-json-explorer-217e98f75fd6774764b0ac924c6f642bff2dfb18.tar.gz
collection-json-explorer-217e98f75fd6774764b0ac924c6f642bff2dfb18.tar.bz2
collection-json-explorer-217e98f75fd6774764b0ac924c6f642bff2dfb18.tar.xz
collection-json-explorer-217e98f75fd6774764b0ac924c6f642bff2dfb18.zip
o Adding support for queries.
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 6670270..3b3c99c 100644
--- a/package.json
+++ b/package.json
@@ -8,7 +8,8 @@
"dependencies": {
"collection_json": "git+http://trygvis.dyndns.org/~trygvis/git/2012/06/collection_json.js.git",
"express": "3.0.0beta4",
- "jade": "~0.26.3"
+ "jade": "~0.26.3",
+ "underscore": "~1.3.3"
},
"engines": {
"node": "0.6.x",