BetterDiscordApp-v2/core/package.json

23 lines
449 B
JSON
Raw Normal View History

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",
"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": {
"build": "gulp build",
"watch": "gulp watch"
2018-01-10 17:02:29 +01:00
}
}