KawAnime/package.json

63 lines
1.4 KiB
JSON
Raw Normal View History

2016-11-21 14:33:22 +00:00
{
2016-12-10 17:40:36 +00:00
"name": "KawAnime",
2017-03-15 00:36:45 +00:00
"version": "0.2.0",
2016-11-21 14:33:22 +00:00
"description": "A Software for Otaku Community.",
"main": "main.js",
"scripts": {
"start": "cross-env NODE_ENV=production electron .",
"dev": "cross-env NODE_ENV=development electron .",
"hotDev": "cross-env NODE_ENV=hotDevelopment electron .",
"pack": "build --dir",
"dist": "build -mwl",
"helpBuild": "echo 'https://github.com/electron-userland/electron-builder#cli-usage'"
2016-11-21 14:33:22 +00:00
},
2016-11-23 15:54:02 +00:00
"repository": "https://github.com/Kylart/KawAnime",
2016-11-21 14:33:22 +00:00
"keywords": [
"Torrent",
"KawAnime",
2016-11-23 15:54:02 +00:00
"Otaku",
"Anime"
2016-11-21 14:33:22 +00:00
],
"author": "Kylart",
"license": "MIT",
"devDependencies": {
"devtron": "^1.4.0",
"electron": "^1.6.2",
2017-03-17 22:16:13 +00:00
"electron-builder": "^15.6.2",
"electron-reload": "^1.1.0",
"vue-devtools": "^3.0.8"
2016-11-21 14:33:22 +00:00
},
"dependencies": {
2017-04-03 20:19:00 +00:00
"cross-env": "^4.0.0",
"find-remove": "^1.0.0",
"is-online": "^5.2.0",
"mal-scraper": "^1.2.3",
2016-11-21 14:33:22 +00:00
"malapi": "0.0.3",
"material-design-lite": "^1.3.0",
"mdi": "^1.8.36",
"node-nyaa-api": "latest",
"parse-torrent": "^5.8.1",
2017-03-01 02:54:05 +00:00
"play-sound": "^1.1.1",
"request": "latest",
"vue-material": "^0.7.1"
},
"build": {
"appId": "KawAnime",
"dmg": {
"contents": [
{
"x": 150,
"y": 90
},
{
"x": 150,
"y": 275,
"type": "link",
"path": "/Applications"
}
]
}
},
"postinstall": "install-app-deps"
2016-11-21 14:33:22 +00:00
}