diff --git a/README.md b/README.md index acbaa58..cb4804e 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ -## OpenKarotz Emulator ## +# OpenKarotz Emulator # -### Description ### +## Description ## HTTP server written in Node.js to emulate OpenKarotz. @@ -39,7 +39,7 @@ The following Apps are available: - moods -### Usage ### +## Usage ## 1. Install [Node.js](http://nodejs.org/). diff --git a/package.json b/package.json index 2d39e19..3606e94 100644 --- a/package.json +++ b/package.json @@ -1,28 +1,30 @@ { - "name": "OpenKarotz Emulator", - "version": "0.1.0", - "description": "HTTP server to emulate OpenKarotz", - "main": "index.js", - "readmeFilename": "README.md", - "homepage": "http://github.com/hobbe/openkarotz-emulator", - "author": "Olivier Bagot (http://github.com/hobbe)", - "keywords": [ - "openkarotz", - "emulator", - "node.js" - ], - "contributors": [ - "Olivier Bagot (http://github.com/hobbe)" - ], - "bugs": { - "url": "http://github.com/hobbe/openkarotz-emulator/issues" - }, - "license": { - "type": "MIT", - "url": "http://github.com/hobbe/openkarotz-emulator/raw/master/LICENSE" - }, - "repository": { - "type": "git", - "url": "git://github.com/hobbe/openkarotz-emulator.git" - } + "name": "openkarotz-emulator", + "version": "0.1.0", + "description": "OpenKarotz Emulator, HTTP server to emulate OpenKarotz", + "main": "index.js", + "readmeFilename": "README.md", + "homepage": "http://github.com/hobbe/openkarotz-emulator", + "author": "Olivier Bagot (http://github.com/hobbe)", + "keywords": [ + "openkarotz", + "emulator", + "http", + "server", + "node.js" + ], + "contributors": [ + "Olivier Bagot (http://github.com/hobbe)" + ], + "bugs": { + "url": "http://github.com/hobbe/openkarotz-emulator/issues" + }, + "license": { + "type": "MIT", + "url": "http://github.com/hobbe/openkarotz-emulator/raw/master/LICENSE" + }, + "repository": { + "type": "git", + "url": "git://github.com/hobbe/openkarotz-emulator.git" + } }