diff options
author | Trygve Laugstøl <trygvis@inamo.no> | 2012-06-29 18:26:38 +0200 |
---|---|---|
committer | Trygve Laugstøl <trygvis@inamo.no> | 2012-06-29 18:26:38 +0200 |
commit | 3b85a88b54fa0b71575a297435f39122571d2c37 (patch) | |
tree | 43b094e141c11d15266a4e5e30f21baad0cb63f5 | |
parent | 39d506aa24a33912402e5c59068e19f7d4688e1e (diff) | |
download | collection-json-explorer-3b85a88b54fa0b71575a297435f39122571d2c37.tar.gz collection-json-explorer-3b85a88b54fa0b71575a297435f39122571d2c37.tar.bz2 collection-json-explorer-3b85a88b54fa0b71575a297435f39122571d2c37.tar.xz collection-json-explorer-3b85a88b54fa0b71575a297435f39122571d2c37.zip |
o Learning something about npm..
-rw-r--r-- | package.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package.json b/package.json index 3d9ff55..6670270 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,12 @@ { - "name": "collection+json-explorer", + "name": "collection_json-explorer", "version": "0.0.1", "private": true, "scripts": { "start": "node app" }, "dependencies": { - "collection+json": "git+http://trygvis.dyndns.org/~trygvis/git/2012/06/collection+json.js.git", + "collection_json": "git+http://trygvis.dyndns.org/~trygvis/git/2012/06/collection_json.js.git", "express": "3.0.0beta4", "jade": "~0.26.3" }, |