BetterDiscordApp-v2/installer/package.json

23 lines
497 B
JSON
Raw Permalink Normal View History

2018-03-17 23:57:43 +01:00
{
"name": "bdinstaller",
"description": "BetterDiscord Installer",
"author": "Jiiks",
"version": "2.0.0",
"homepage": "https://betterdiscord.net",
"license": "MIT",
"main": "dist/installer.js",
2018-03-17 23:57:43 +01:00
"contributors": [
"Jiiks",
"Pohky"
],
"repository": {
"type": "git",
2018-03-22 18:13:47 +01:00
"url": "https://github.com/JsSucks/BetterDiscordApp.git"
2018-03-17 23:57:43 +01:00
},
"private": false,
"scripts": {
"build": "webpack --progress --colors",
"watch": "webpack --progress --colors --watch"
}
}