diff options
author | Trygve Laugstøl <trygvis@inamo.no> | 2012-06-29 18:21:28 +0200 |
---|---|---|
committer | Trygve Laugstøl <trygvis@inamo.no> | 2012-06-29 18:21:28 +0200 |
commit | 39d506aa24a33912402e5c59068e19f7d4688e1e (patch) | |
tree | c58f80d81e5afb0ab5f952e2bcf084174dafb430 /package.json | |
parent | 6293830fe485918fdc152b923675f5d2ee56e068 (diff) | |
download | collection-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.
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 4 |
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" }, |