BetterDiscordApp-v2/editor/package.json

24 lines
587 B
JSON
Raw Normal View History

2019-02-24 11:28:29 +01:00
{
"name": "bdeditorwindow",
"description": "BetterDiscord editor window",
"author": "JsSucks",
"version": "0.4.0",
"homepage": "https://betterdiscord.net",
"license": "MIT",
2019-03-05 09:11:45 +01:00
"main": "dist/editor.js",
2019-02-24 11:28:29 +01:00
"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"
}
}