1 Star 1 Fork 0

HEarTache_psR / cxmooc-tools

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
package.json 1.62 KB
一键复制 编辑 原始数据 按行查看 历史
幻令 提交于 2019-05-10 11:20 . 服务器优化&答题优化
{
"name": "cxmooc-tools",
"version": "2.1.0",
"description": "> 一个快速学习超星慕课的chrome扩展工具(੧ᐛ੭挂科模式,启动)\r > 初次开发chrome扩展,有兴趣的朋友可以一起来哦",
"main": "mooc.js",
"scripts": {
"test": "echo \"Hello,World\nDeveloper Blog:blog.icodef.com\" && exit 1",
"build": "node_modules/.bin/webpack --mode production --config webpack.config.js",
"tampermonkey": "node_modules/.bin/webpack --config webpack.tampermonkey.js",
"dev": "node_modules/.bin/webpack --mode development --config webpack.dev.js",
"server": "node src/server/listen.js",
"pack": "node src/pack-crx.js",
"docs:dev": "node_modules/.bin/vuepress dev docs",
"docs:build": "node_modules/.bin/vuepress build docs"
},
"repository": {
"type": "git",
"url": "git+https://github.com/CodFrm/cxmooc-tools.git"
},
"author": "CodFrm",
"license": "BSD-3",
"bugs": {
"url": "https://github.com/CodFrm/cxmooc-tools/issues"
},
"homepage": "https://github.com/CodFrm/cxmooc-tools#readme",
"devDependencies": {
"@vuepress/plugin-back-to-top": "^1.0.0-alpha.47",
"@vuepress/plugin-google-analytics": "^1.0.0-alpha.0",
"crx": "^4.0.1",
"css-loader": "^2.1.1",
"html-webpack-plugin": "^3.2.0",
"style-loader": "^0.23.1",
"vuepress": "^1.0.0-alpha.47",
"webpack": "^4.20.2",
"webpack-cli": "^3.1.2",
"webpack-merge": "^4.1.4"
},
"dependencies": {
"body-parser": "^1.18.3",
"express": "^4.16.3",
"hashmap": "^2.3.0",
"md5": "^2.2.1",
"mongodb": "^3.1.10",
"node-telegram-bot-api": "^0.30.0",
"redis": "^2.8.0"
}
}
JavaScript
1
https://gitee.com/HEarTache_psR/cxmooc-tools.git
git@gitee.com:HEarTache_psR/cxmooc-tools.git
HEarTache_psR
cxmooc-tools
cxmooc-tools
master

搜索帮助