BetterDiscordApp-v2/client/package.json

24 lines
595 B
JSON
Raw Normal View History

2018-01-10 21:48:10 +01:00
{
"name": "bdclient",
"description": "BetterDiscord client package",
"author": "Jiiks",
"version": "2.0.0b",
2018-01-10 21:48:10 +01:00
"homepage": "https://betterdiscord.net",
"license": "MIT",
"main": "dist/betterdiscord.client.js",
2018-01-10 21:48:10 +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 21:48:10 +01:00
},
"private": false,
"scripts": {
2018-01-16 08:04:59 +01:00
"build": "webpack --progress --colors",
2018-03-22 03:19:25 +01:00
"watch": "webpack --progress --colors --watch",
"release": "webpack --progress --colors --config=webpack.production.config.js"
2018-01-19 03:10:10 +01:00
}
2018-01-21 02:10:24 +01:00
}