2018-01-10 21:48:10 +01:00
|
|
|
{
|
|
|
|
"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": {
|
2018-01-21 14:41:56 +01:00
|
|
|
|
2018-01-10 21:48:10 +01:00
|
|
|
},
|
|
|
|
"scripts": {
|
2018-01-16 08:04:59 +01:00
|
|
|
"build": "webpack --progress --colors",
|
|
|
|
"watch": "webpack --progress --colors --watch"
|
2018-01-19 03:10:10 +01:00
|
|
|
}
|
2018-01-21 02:10:24 +01:00
|
|
|
}
|