2018-01-10 17:02:29 +01:00
|
|
|
{
|
|
|
|
"name": "bdcore",
|
|
|
|
"description": "BetterDiscord core package",
|
|
|
|
"author": "Jiiks",
|
2018-03-20 07:54:33 +01:00
|
|
|
"version": "2.0.0b",
|
2018-01-10 17:02:29 +01:00
|
|
|
"homepage": "https://betterdiscord.net",
|
|
|
|
"license": "MIT",
|
2018-03-21 00:29:00 +01:00
|
|
|
"main": "dist/main.js",
|
2018-01-10 17:02:29 +01:00
|
|
|
"contributors": [
|
|
|
|
"Jiiks",
|
|
|
|
"Pohky"
|
|
|
|
],
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2018-03-22 18:13:47 +01:00
|
|
|
"url": "https://github.com/JsSucks/BetterDiscordApp.git"
|
2018-01-10 17:02:29 +01:00
|
|
|
},
|
|
|
|
"private": false,
|
2018-01-21 02:10:24 +01:00
|
|
|
"scripts": {
|
2018-01-21 09:38:49 +01:00
|
|
|
"build": "gulp build",
|
2018-03-21 00:29:00 +01:00
|
|
|
"watch": "gulp watch"
|
2018-01-10 17:02:29 +01:00
|
|
|
}
|
|
|
|
}
|