diff options
author | Colin D'Souza <dscdsouza@outlook.com> | 2016-01-11 21:14:06 -0500 |
---|---|---|
committer | Colin D'Souza <dscdsouza@outlook.com> | 2016-01-12 21:14:06 -0500 |
commit | 7774f303861b8eb40afb54fb0c33fa8d74cb0f9a (patch) | |
tree | 7d0ee1ae4d7c4d27fe620684c7147b77f2ea8933 /package.json | |
parent | Update LICENSE (diff) | |
download | shulker-7774f303861b8eb40afb54fb0c33fa8d74cb0f9a.tar.gz shulker-7774f303861b8eb40afb54fb0c33fa8d74cb0f9a.zip |
First commit
Diffstat (limited to '')
-rw-r--r-- | package.json | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/package.json b/package.json new file mode 100644 index 0000000..90dfbb4 --- /dev/null +++ b/package.json @@ -0,0 +1,32 @@ +{ + "name": "shulker", + "version": "1.0.0", + "description": "A Discord to Minecraft Chat Gateway", + "main": "index.js", + "scripts": { + "lint": "jshint *.js", + "test": "npm run lint" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/destruc7i0n/shulker.git" + }, + "keywords": [ + "Discord", + "Bot" + ], + "author": "destruc7i0n", + "license": "ISC", + "bugs": { + "url": "https://github.com/destruc7i0n/shulker/issues" + }, + "homepage": "https://github.com/destruc7i0n/shulker#readme", + "dependencies": { + "discord.js": "^5.3.2", + "express": "^4.13.3", + "rcon": "^1.0.1" + }, + "devDependencies": { + "jshint": "^2.9.1-rc2" + } +} |