BetterDiscordApp-v2/core/package.json

26 lines
476 B
JSON
Raw Normal View History

2018-01-10 17:02:29 +01:00
{
"name": "bdcore",
"description": "BetterDiscord core package",
"author": "Jiiks",
"version": "0.4.0",
"homepage": "https://betterdiscord.net",
"license": "MIT",
"main": "index.js",
"contributors": [
"Jiiks",
"Pohky"
],
"repository": {
"type": "git",
"url": "https://github.com/Jiiks/BetterDiscordApp.git"
},
"private": false,
"devDependencies": {
2018-01-21 14:41:56 +01:00
2018-01-21 02:10:24 +01:00
},
"scripts": {
"build": "gulp build",
"watch": "gulp watch"
2018-01-10 17:02:29 +01:00
}
}