KawAnime/package.json

62 lines
1.5 KiB
JSON
Raw Normal View History

2016-11-21 14:33:22 +00:00
{
2016-12-10 17:40:36 +00:00
"name": "KawAnime",
"version": "0.4.0",
2016-11-21 14:33:22 +00:00
"description": "A Software for Otaku Community.",
"main": "main.js",
2017-04-15 14:20:02 +00:00
"repository": "https://github.com/Kylart/KawAnime.git",
2017-04-27 22:52:06 +00:00
"author": {
"name": "Kylart",
"email": "tempMail@mail.com"
},
2016-11-21 14:33:22 +00:00
"license": "MIT",
2017-04-15 14:16:14 +00:00
"scripts": {
"dev": "cross-env NODE_ENV=development electron .",
"build": "nuxt build",
"start": "electron .",
"bstart": "nuxt build && npm start",
2017-04-27 22:52:06 +00:00
"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"
2016-11-21 14:33:22 +00:00
},
"dependencies": {
2017-04-15 14:16:14 +00:00
"axios": "^0.16.0",
"cheerio": "^0.22.0",
2017-04-16 15:40:48 +00:00
"mal-scraper": "^1.3.4",
2017-04-15 14:16:14 +00:00
"nuxt": "latest",
2017-05-01 22:31:27 +00:00
"nyaapi": "^1.0.3",
2017-04-15 14:16:14 +00:00
"parse-torrent": "^5.8.2",
2017-03-01 02:54:05 +00:00
"play-sound": "^1.1.1",
2017-04-15 14:16:14 +00:00
"url-parse": "^1.1.8",
2017-04-30 12:40:01 +00:00
"vuetify": "^0.11.1"
},
2017-04-15 14:16:14 +00:00
"devDependencies": {
"colors": "^1.1.2",
2017-04-27 19:05:55 +00:00
"cross-env": "^3.1.4",
2017-04-15 14:16:14 +00:00
"devtron": "^1.4.0",
"electron": "^1.6.6",
2017-04-27 22:52:06 +00:00
"electron-builder": "^17.1.1",
2017-04-15 14:16:14 +00:00
"stylus": "^0.54.5",
"stylus-loader": "^3.0.1",
"tar.gz": "^1.0.5",
2017-04-15 14:16:14 +00:00
"vue-devtools": "^3.0.8"
2017-04-27 22:52:06 +00:00
},
"build": {
"appId": "KawAnime",
"dmg": {
"contents": [
{
"x": 150,
"y": 90
},
{
"x": 150,
"y": 275,
"type": "link",
"path": "/Applications"
}
]
}
2017-04-15 14:16:14 +00:00
}
2016-11-21 14:33:22 +00:00
}