1 Star 0 Fork 16

林晓飞/work_crawler

forked from kanasimi/work_crawler 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
package.json 2.87 KB
一键复制 编辑 原始数据 按行查看 历史
kanasimi 提交于 2020-07-19 05:03 . v2.9.0
{
"name" : "work_crawler",
"title" : "CeJS online novels and comics downloader",
"version" : "v2.9.0",
"description" : "A tool using CeJS library to download online novels / comics.",
"keywords" : [ "comic-downloader", "novel-downloader", "cejs",
"downloader", "download-comic", "epub", "ebook", "comics",
"webcomics", "manga-downloader", "manga", "narou", "novels",
"crawler" ],
"author" : {
"name" : "Colorless echo",
"email" : "vimunci@gmail.com",
"url" : "https://github.com/kanasimi/work_crawler"
},
"contributors" : [ "vimunci" ],
"license" : "BSD-3-Clause",
"homepage" : "https://github.com/kanasimi/work_crawler",
"bugs" : {
"url" : "https://github.com/kanasimi/work_crawler/issues"
},
"repository" : {
"type" : "git",
"url" : "https://github.com/kanasimi/work_crawler.git"
},
"main" : "gui_electron/gui_electron.js",
"scripts" : {
"start" : "node_modules/.bin/electron .",
"pack" : "node_modules/.bin/electron-builder --dir",
"dist" : "node_modules/.bin/electron-builder",
"postinstall" : "node_modules/.bin/electron-builder install-app-deps"
},
"build" : {
"productName" : "work_crawler",
"appId" : "org.kanasimi.work_crawler",
"directories" : {
"output" : "build"
},
"publish" : [ {
"provider" : "github",
"owner" : "kanasimi",
"repo" : "work_crawler"
} ],
"files" : [ "package.json", "node_modules/*", "resource/*",
"_CeL.loader.nodejs.js", "gui_electron/**/*",
"work_crawler_loader.js",
"work_crawler.default_configuration.js", "comic.*/**/*",
"novel.*/**/*" ],
"mac" : {
"category" : "Network",
"target" : [ "dmg", "pkg", "zip" ],
"icon" : "gui_electron/icon/rasen2.png"
},
"dmg" : {
"icon" : "gui_electron/icon/rasen2.png",
"contents" : [ {
"x" : 110,
"y" : 150
}, {
"x" : 240,
"y" : 150,
"type" : "link",
"path" : "/Applications"
} ]
},
"mas" : {
"icon" : "gui_electron/icon/rasen2.png",
"extendInfo" : {
"ElectronTeamID" : "TEAMID"
},
"category" : "public.app-category.entertainment"
},
"linux" : {
"target" : [ {
"target" : "AppImage",
"arch" : [ "x64", "ia32" ]
}, {
"target" : "deb",
"arch" : [ "x64", "ia32" ]
}, {
"target" : "apk",
"arch" : [ "x64" ]
} ],
"category" : "Network",
"icon" : "gui_electron/icon/rasen2.png"
},
"win" : {
"target" : [ {
"target" : "nsis",
"arch" : [ "x64", "ia32" ]
} ],
"icon" : "gui_electron/icon/rasen2.ico"
},
"nsis" : {
"oneClick" : false,
"perMachine" : false,
"allowElevation" : true,
"allowToChangeInstallationDirectory" : true,
"createDesktopShortcut" : true,
"runAfterFinish" : true
}
},
"engines" : {
"node" : ">=8.12.0"
},
"devDependencies" : {
"electron" : "^7.0.0",
"electron-builder" : "latest"
},
"dependencies" : {
"electron-updater" : "^4.0.0",
"gh-updater" : "latest",
"cejs" : "latest"
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/linxiaofei/work_crawler.git
git@gitee.com:linxiaofei/work_crawler.git
linxiaofei
work_crawler
work_crawler
master

搜索帮助

D67c1975 1850385 1daf7b77 1850385