From 64a917edfab88396e95e9ea4efa5f469ed89c8bb Mon Sep 17 00:00:00 2001 From: Jimmy Date: Thu, 24 Jan 2019 10:08:52 +0530 Subject: [PATCH] Create package.json --- package.json | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 package.json diff --git a/package.json b/package.json new file mode 100644 index 0000000..ec3aa2a --- /dev/null +++ b/package.json @@ -0,0 +1,34 @@ +{ + "dependencies": { + "discord-rpc": "^3.0.0", + "fs": "0.0.1-security", + "winprocess": "0.0.2" + }, + "name": "Discord-Rich-Presence", + "description": "Discord Rich Presence is a Rich Presence (RPC) client that show the channel, user or group you're talking to. You don't want people to think you have secrets, do you?", + "version": "1.0.0", + "main": "app.js", + "devDependencies": {}, + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1", + "start": "node app.js" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/Looney-Dev/Discord-Rich-Presence.git" + }, + "keywords": [ + "discord", + "discord", + "rpc", + "rich-presence", + "discord-rpc" + ], + "author": "Jimmy/Looney", + "license": "MIT", + "bugs": { + "url": "https://github.com/Looney-Dev/Discord-Rich-Presence/issues" + }, + "homepage": "https://github.com/Looney-Dev/Discord-Rich-Presence#readme" + } +