mirror of https://github.com/Kylart/KawAnime.git
59 lines
1.2 KiB
JSON
59 lines
1.2 KiB
JSON
{
|
|
"name": "KawAnime",
|
|
"version": "0.1.0",
|
|
"description": "A Software for Otaku Community.",
|
|
"main": "main.js",
|
|
"scripts": {
|
|
"start": "electron .",
|
|
"pack": "build --dir",
|
|
"dist": "build -mwl",
|
|
"helpBuild": "echo 'https://github.com/electron-userland/electron-builder#cli-usage'"
|
|
},
|
|
"repository": "https://github.com/Kylart/KawAnime",
|
|
"keywords": [
|
|
"Torrent",
|
|
"KawAnime",
|
|
"Otaku",
|
|
"Anime"
|
|
],
|
|
"author": "Kylart",
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"electron": "^1.4.15",
|
|
"electron-builder": "^14.5.3",
|
|
"electron-reload": "^1.1.0",
|
|
"vue-devtools": "^3.0.8"
|
|
},
|
|
"dependencies": {
|
|
"find-remove": "^1.0.0",
|
|
"is-online": "^5.2.0",
|
|
"mal-scraper": "latest",
|
|
"malapi": "0.0.3",
|
|
"mdi": "^1.8.36",
|
|
"node-nyaa-api": "latest",
|
|
"parse-torrent": "^5.8.1",
|
|
"play-sound": "^1.1.1",
|
|
"progressbar.js": "^1.0.1",
|
|
"request": "latest",
|
|
"vue-material": "^0.7.1"
|
|
},
|
|
"build": {
|
|
"appId": "KawAnime"
|
|
},
|
|
"dmg": {
|
|
"contents": [
|
|
{
|
|
"x": 120,
|
|
"y": 100
|
|
},
|
|
{
|
|
"x": 400,
|
|
"y": 100,
|
|
"type": "link",
|
|
"path": "/Applications"
|
|
}
|
|
]
|
|
},
|
|
"postinstall": "install-app-deps"
|
|
}
|