{ "name": "KawAnime", "version": "0.4.0", "description": "A Software for Otaku Community.", "main": "main.js", "repository": "https://github.com/Kylart/KawAnime.git", "author": { "name": "Kylart", "email": "tempMail@mail.com" }, "license": "MIT", "scripts": { "dev": "cross-env NODE_ENV=development electron .", "build": "nuxt build", "start": "electron .", "bstart": "nuxt build && npm start", "buildLinux": "build --linux deb AppImage zip tar.gz", "buildWin": "build --win nsis --ia32 x64 appx zip squirrel", "buildMac": "build --mac dmg zip pkg", "buildAll": "nuxt build && npm run buildMac && npm run buildWin && npm run buildLinux && build --armv7l" }, "dependencies": { "axios": "^0.16.0", "cheerio": "^0.22.0", "horrible-api": "^1.0.3", "mal-scraper": "^1.3.4", "nuxt": "latest", "nyaapi": "^1.0.3", "parse-torrent": "^5.8.2", "play-sound": "^1.1.1", "url-parse": "^1.1.8", "vuetify": "^0.11.1" }, "devDependencies": { "colors": "^1.1.2", "cross-env": "^3.1.4", "devtron": "^1.4.0", "electron": "^1.6.6", "electron-builder": "^17.1.1", "stylus": "^0.54.5", "stylus-loader": "^3.0.1", "tar.gz": "^1.0.5", "vue-devtools": "^3.0.8" }, "build": { "appId": "KawAnime", "dmg": { "contents": [ { "x": 150, "y": 90 }, { "x": 150, "y": 275, "type": "link", "path": "/Applications" } ] } } }