Files
openkarotz-emulator/package.json
Olivier Bagot 0405a5c9cf Doc updates.
2013-11-22 17:40:11 +01:00

31 lines
729 B
JSON

{
"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"
}
}