Skip to content
This repository has been archived by the owner on May 30, 2021. It is now read-only.

Commit

Permalink
Create package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
0zul committed Jan 24, 2019
1 parent c3d1bd4 commit 64a917e
Showing 1 changed file with 34 additions and 0 deletions.
34 changes: 34 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -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"
}

0 comments on commit 64a917e

Please sign in to comment.