diff --git a/package.json b/package.json index bcf537f..439b94d 100755 --- a/package.json +++ b/package.json @@ -1,32 +1,36 @@ -{ - "name" : "log-to-file", - "description": "A simple log writer. Rotation and compression (gzip) are supported.", - "version" : "0.1.2", - "author" : "Sebastien Dolard", - "email" : "sdolard@gmail.com", - "keywords" : ["log", "writter", "rotation"], - "url" : "http://github.com/sdolard/node-log-to-file", - "repository": { - "type": "git", - "url": "git://github.com/sdolard/node-log-to-file.git" - }, - "main" : "lib/log-to-file", - "license" : "MIT", - "scripts" : { - "test" : "node test/run_test.js" - }, - "engines": { - "node": ">= 0.6.0" - }, - "bugs" : - { - "url" : "https://github.com/sdolard/node-log-to-file/issues" - }, - "licenses" : [ - { - "type" : "MIT", - "url" : "https://raw.github.com/sdolard/node-log-to-file/master/LICENSE" - } - ] +{ + "name": "log-to-file", + "description": "A simple log writer. Rotation and compression (gzip) are supported.", + "version": "0.1.2", + "author": "Sebastien Dolard ", + "email": "sdolard@gmail.com", + "keywords": [ + "log", + "writter", + "rotation" + ], + "repository": { + "type": "git", + "url": "git://github.com/sdolard/node-log-to-file.git" + }, + "main": "lib/log-to-file", + "license": "MIT", + "scripts": { + "test": "node test/run_test.js" + }, + "engines": { + "node": ">= 0.6.0" + }, + "bugs": { + "url": "https://github.com/sdolard/node-log-to-file/issues" + }, + "licenses": [ + { + "type": "MIT", + "url": "https://raw.github.com/sdolard/node-log-to-file/master/LICENSE" + } + ], + "dependencies": {}, + "devDependencies": {}, + "homepage": "http://github.com/sdolard/node-log-to-file" } -