mirror of https://github.com/Kylart/KawAnime.git
35 lines
870 B
JSON
Executable File
35 lines
870 B
JSON
Executable File
{
|
|
"name": "KawAnime",
|
|
"version": "0.3.0",
|
|
"description": "A Software for Otaku Community.",
|
|
"main": "main.js",
|
|
"repository": "https://github.com/Kylart/NuxtKawAnime.git",
|
|
"author": "Kylart",
|
|
"license": "MIT",
|
|
"scripts": {
|
|
"dev": "cross-env NODE_ENV=development electron .",
|
|
"build": "nuxt build",
|
|
"start": "electron .",
|
|
"pack": "npm run build && electron-packager ./ --overwrite"
|
|
},
|
|
"dependencies": {
|
|
"axios": "^0.16.0",
|
|
"cheerio": "^0.22.0",
|
|
"cross-env": "^3.1.4",
|
|
"electron": "^1.6.2",
|
|
"mal-scraper": "^1.3.2",
|
|
"nuxt": "latest",
|
|
"nyaapi": "^1.0.1",
|
|
"parse-torrent": "^5.8.2",
|
|
"play-sound": "^1.1.1",
|
|
"url-parse": "^1.1.8",
|
|
"vuetify": "^0.10.0"
|
|
},
|
|
"devDependencies": {
|
|
"devtron": "^1.4.0",
|
|
"stylus": "^0.54.5",
|
|
"stylus-loader": "^3.0.1",
|
|
"vue-devtools": "^3.0.8"
|
|
}
|
|
}
|