Doc updates.
This commit is contained in:
parent
2252393ea0
commit
0405a5c9cf
@ -1,6 +1,6 @@
|
|||||||
## OpenKarotz Emulator ##
|
# OpenKarotz Emulator #
|
||||||
|
|
||||||
### Description ###
|
## Description ##
|
||||||
|
|
||||||
HTTP server written in Node.js to emulate OpenKarotz.
|
HTTP server written in Node.js to emulate OpenKarotz.
|
||||||
|
|
||||||
@ -39,7 +39,7 @@ The following Apps are available:
|
|||||||
- moods
|
- moods
|
||||||
|
|
||||||
|
|
||||||
### Usage ###
|
## Usage ##
|
||||||
|
|
||||||
1. Install [Node.js](http://nodejs.org/).
|
1. Install [Node.js](http://nodejs.org/).
|
||||||
|
|
||||||
|
54
package.json
54
package.json
@ -1,28 +1,30 @@
|
|||||||
{
|
{
|
||||||
"name": "OpenKarotz Emulator",
|
"name": "openkarotz-emulator",
|
||||||
"version": "0.1.0",
|
"version": "0.1.0",
|
||||||
"description": "HTTP server to emulate OpenKarotz",
|
"description": "OpenKarotz Emulator, HTTP server to emulate OpenKarotz",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"readmeFilename": "README.md",
|
"readmeFilename": "README.md",
|
||||||
"homepage": "http://github.com/hobbe/openkarotz-emulator",
|
"homepage": "http://github.com/hobbe/openkarotz-emulator",
|
||||||
"author": "Olivier Bagot (http://github.com/hobbe)",
|
"author": "Olivier Bagot (http://github.com/hobbe)",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"openkarotz",
|
"openkarotz",
|
||||||
"emulator",
|
"emulator",
|
||||||
"node.js"
|
"http",
|
||||||
],
|
"server",
|
||||||
"contributors": [
|
"node.js"
|
||||||
"Olivier Bagot (http://github.com/hobbe)"
|
],
|
||||||
],
|
"contributors": [
|
||||||
"bugs": {
|
"Olivier Bagot (http://github.com/hobbe)"
|
||||||
"url": "http://github.com/hobbe/openkarotz-emulator/issues"
|
],
|
||||||
},
|
"bugs": {
|
||||||
"license": {
|
"url": "http://github.com/hobbe/openkarotz-emulator/issues"
|
||||||
"type": "MIT",
|
},
|
||||||
"url": "http://github.com/hobbe/openkarotz-emulator/raw/master/LICENSE"
|
"license": {
|
||||||
},
|
"type": "MIT",
|
||||||
"repository": {
|
"url": "http://github.com/hobbe/openkarotz-emulator/raw/master/LICENSE"
|
||||||
"type": "git",
|
},
|
||||||
"url": "git://github.com/hobbe/openkarotz-emulator.git"
|
"repository": {
|
||||||
}
|
"type": "git",
|
||||||
|
"url": "git://github.com/hobbe/openkarotz-emulator.git"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user