KawAnime/package.json

30 lines
588 B
JSON
Raw Normal View History

2016-11-21 14:33:22 +00:00
{
"name": "kaw-anime",
2016-11-23 15:54:02 +00:00
"version": "0.0.4",
2016-11-21 14:33:22 +00:00
"description": "A Software for Otaku Community.",
"main": "main.js",
"scripts": {
"start": "electron ."
},
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": {
"electron": "^1.4.1"
},
"dependencies": {
"find-remove": "^1.0.0",
"is-online": "^5.2.0",
"mal-scraper": "^1.0.6",
2016-11-21 14:33:22 +00:00
"malapi": "0.0.3",
"node-nyaa-api": "latest",
"progressbar.js": "^1.0.1"
2016-11-21 14:33:22 +00:00
}
}