summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTrygve Laugstøl <trygvis@inamo.no>2012-06-29 18:21:28 +0200
committerTrygve Laugstøl <trygvis@inamo.no>2012-06-29 18:21:28 +0200
commit39d506aa24a33912402e5c59068e19f7d4688e1e (patch)
treec58f80d81e5afb0ab5f952e2bcf084174dafb430
parent6293830fe485918fdc152b923675f5d2ee56e068 (diff)
downloadcollection-json-explorer-39d506aa24a33912402e5c59068e19f7d4688e1e.tar.gz
collection-json-explorer-39d506aa24a33912402e5c59068e19f7d4688e1e.tar.bz2
collection-json-explorer-39d506aa24a33912402e5c59068e19f7d4688e1e.tar.xz
collection-json-explorer-39d506aa24a33912402e5c59068e19f7d4688e1e.zip
o Adjusting URL for collection+json library.
o Setting proper name in package.json.
-rw-r--r--package.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/package.json b/package.json
index 95f9e5a..3d9ff55 100644
--- a/package.json
+++ b/package.json
@@ -1,12 +1,12 @@
{
- "name": "application-name",
+ "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.git",
+ "collection+json": "git+http://trygvis.dyndns.org/~trygvis/git/2012/06/collection+json.js.git",
"express": "3.0.0beta4",
"jade": "~0.26.3"
},