rage-framework-rpc/package.json
2018-11-01 09:31:53 -04:00

21 lines
527 B
JSON

{
"name": "rage-eventbus",
"version": "0.0.1",
"description": "An asynchronous event bus for RAGE Multiplayer",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/micaww/rage-eventbus.git"
},
"author": "micaww",
"license": "ISC",
"bugs": {
"url": "https://github.com/micaww/rage-eventbus/issues"
},
"homepage": "https://github.com/micaww/rage-eventbus#readme",
"dependencies": {}
}