rage-framework-rpc/package.json

21 lines
527 B
JSON
Raw Normal View History

2018-11-01 12:50:33 +00:00
{
"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"
},
2018-11-01 13:31:53 +00:00
"homepage": "https://github.com/micaww/rage-eventbus#readme",
"dependencies": {}
2018-11-01 12:50:33 +00:00
}