Added package.json.
This commit is contained in:
parent
d444dad584
commit
c2ab0c914c
28
package.json
Normal file
28
package.json
Normal file
@ -0,0 +1,28 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user