mirror of https://github.com/Kylart/KawAnime.git
Version 0.2.0
This commit is contained in:
parent
3fa43105a5
commit
4adc9c8b8b
16
package.json
16
package.json
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "KawAnime",
|
"name": "KawAnime",
|
||||||
"version": "0.1.0",
|
"version": "0.2.0",
|
||||||
"description": "A Software for Otaku Community.",
|
"description": "A Software for Otaku Community.",
|
||||||
"main": "main.js",
|
"main": "main.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
@ -20,9 +20,7 @@
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"electron": "^1.4.15",
|
"electron": "^1.4.15",
|
||||||
"electron-builder": "^14.5.3",
|
"electron-builder": "^15.4.3"
|
||||||
"electron-reload": "^1.1.0",
|
|
||||||
"vue-devtools": "^3.0.8"
|
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"find-remove": "^1.0.0",
|
"find-remove": "^1.0.0",
|
||||||
|
@ -33,8 +31,8 @@
|
||||||
"node-nyaa-api": "latest",
|
"node-nyaa-api": "latest",
|
||||||
"parse-torrent": "^5.8.1",
|
"parse-torrent": "^5.8.1",
|
||||||
"play-sound": "^1.1.1",
|
"play-sound": "^1.1.1",
|
||||||
"progressbar.js": "^1.0.1",
|
|
||||||
"request": "latest",
|
"request": "latest",
|
||||||
|
"vue-devtools": "^3.0.8",
|
||||||
"vue-material": "^0.7.1"
|
"vue-material": "^0.7.1"
|
||||||
},
|
},
|
||||||
"build": {
|
"build": {
|
||||||
|
@ -43,12 +41,12 @@
|
||||||
"dmg": {
|
"dmg": {
|
||||||
"contents": [
|
"contents": [
|
||||||
{
|
{
|
||||||
"x": 120,
|
"x": 130,
|
||||||
"y": 100
|
"y": 20
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"x": 400,
|
"x": 130,
|
||||||
"y": 100,
|
"y": 80,
|
||||||
"type": "link",
|
"type": "link",
|
||||||
"path": "/Applications"
|
"path": "/Applications"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue