26 lines
521 B
JSON
26 lines
521 B
JSON
{
|
|
"name": "bdclient",
|
|
"description": "BetterDiscord client package",
|
|
"author": "Jiiks",
|
|
"version": "0.4.0",
|
|
"homepage": "https://betterdiscord.net",
|
|
"license": "MIT",
|
|
"main": "index.js",
|
|
"contributors": [
|
|
"Jiiks",
|
|
"Pohky"
|
|
],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/Jiiks/BetterDiscordApp.git"
|
|
},
|
|
"private": false,
|
|
"devDependencies": {
|
|
|
|
},
|
|
"scripts": {
|
|
"build": "webpack --progress --colors",
|
|
"watch": "webpack --progress --colors --watch"
|
|
}
|
|
}
|