summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorTrygve Laugstøl <trygvis@inamo.no>2012-06-29 18:26:38 +0200
committerTrygve Laugstøl <trygvis@inamo.no>2012-06-29 18:26:38 +0200
commit3b85a88b54fa0b71575a297435f39122571d2c37 (patch)
tree43b094e141c11d15266a4e5e30f21baad0cb63f5 /package.json
parent39d506aa24a33912402e5c59068e19f7d4688e1e (diff)
downloadcollection-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..
Diffstat (limited to 'package.json')
-rw-r--r--package.json4
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"
},