Add package.json

This commit is contained in:
Micah Allen 2018-11-01 08:50:33 -04:00
parent abae24cbde
commit 324764f346
3 changed files with 20 additions and 0 deletions

1
index.js Normal file
View File

@ -0,0 +1 @@
module.exports = require('./src/index.js');

19
package.json Normal file
View File

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

0
src/index.js Normal file
View File