diff --git a/index.js b/index.js new file mode 100644 index 0000000..ae3f7bd --- /dev/null +++ b/index.js @@ -0,0 +1 @@ +module.exports = require('./src/index.js'); \ No newline at end of file diff --git a/package.json b/package.json new file mode 100644 index 0000000..394207c --- /dev/null +++ b/package.json @@ -0,0 +1,19 @@ +{ + "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" +} diff --git a/src/index.js b/src/index.js new file mode 100644 index 0000000..e69de29