24 lines
587 B
JSON
24 lines
587 B
JSON
{
|
|
"name": "bdeditorwindow",
|
|
"description": "BetterDiscord editor window",
|
|
"author": "JsSucks",
|
|
"version": "0.4.0",
|
|
"homepage": "https://betterdiscord.net",
|
|
"license": "MIT",
|
|
"main": "dist/editor.js",
|
|
"contributors": [
|
|
"Jiiks",
|
|
"Pohky"
|
|
],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/JsSucks/BetterDiscordApp.git"
|
|
},
|
|
"private": false,
|
|
"scripts": {
|
|
"build": "webpack --progress --colors",
|
|
"watch": "webpack --progress --colors --watch",
|
|
"release": "webpack --progress --colors --config=webpack.production.config.js"
|
|
}
|
|
}
|