From cb7de0f19770a1205f06477d8c6701afd5cf3df4 Mon Sep 17 00:00:00 2001 From: "Peter R. G. Small" Date: Tue, 17 Apr 2012 23:10:17 -0600 Subject: [PATCH] reformatted package.json --- package.json | 52 +++++++++++++++++++++++++--------------------------- 1 file changed, 25 insertions(+), 27 deletions(-) diff --git a/package.json b/package.json index 98e7581..f4b72d6 100644 --- a/package.json +++ b/package.json @@ -1,28 +1,26 @@ -{ - "name" : "acequia", - "version" : "0.1.0", - "description":"Message router for node supporting multiple protocols", - "author": "Peter R. G. Small", - "homepage": "https://github.com/prgsmall/acequia", - "preferGlobal": "true", - "main": "lib/acequia.js", - "directories": { - "lib": "./lib" - }, - "engines": { - "node": ">=0.6" - }, - "repository": { - "type": "git", - "url": "https://prgsmall@github.com/prgsmall/acequia.git" - }, - "scripts": { - "start": "node ." - }, - "dependencies" : { - "log4js" : ">=0.4.1", - "socket.io": ">=0.9.6", - "socket.io-client":">=0.9.6", - "uglify-js": ">=1.2.5" - } +{ "name" : "acequia" +, "version" : "0.1.0" +, "description":"Message router for node supporting multiple protocols" +, "main": "lib/acequia.js" +, "preferGlobal": "true" +, "directories": {"lib": "./lib" } +, "scripts": { "start": "node ." } +, "engines": { "node": ">=0.6" } +, "dependencies" : + { "log4js" : ">=0.4.1" + , "socket.io": ">=0.9.6" + , "socket.io-client":">=0.9.6" + , "uglify-js": ">=1.2.5" + , "mdns" : "0.0.x" + } +, "homepage": "https://github.com/prgsmall/acequia" +, "repository": + { "type": "git" + , "url": "https://prgsmall@github.com/prgsmall/acequia.git" + } +, "author": + { "name": "Peter R. G. Small" + , "email": "prgsmall@gmail.com" + ,"github": "prgsmall" + } }