5 Star 35 Fork 11

Thoughtworks/nodebpm

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 874 Bytes
一键复制 编辑 原始数据 按行查看 历史
gmlove 提交于 2020-06-01 09:43 +08:00 . fix deps
{
"name": "nodebpm",
"version": "1.0.0",
"description": "A sample Node.js app using Express 4",
"author": "Bright Liao",
"private": false,
"engines": {
"node": "12.x"
},
"scripts": {
"start": "node ./bin/www",
"test": "mocha bpm/*.spec.js routes/*.spec.js"
},
"repository": {
"type": "git",
"url": "https://github.com/heroku/node-js-getting-started"
},
"keywords": [
"node",
"bpmn2",
"Business Process",
"automation",
"express"
],
"license": "See license in LICENSE file.",
"dependencies": {
"cookie-parser": "~1.4.4",
"debug": "~2.6.9",
"express": "~4.16.1",
"http-errors": "~1.6.3",
"jade": "~1.11.0",
"lodash": "^4.17.15",
"morgan": "~1.9.1",
"xml2js": "^0.4.23",
"node-fetch": "^2.6.0"
},
"devDependencies": {
"chai": "^4.2.0",
"mocha": "^7.2.0"
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/thoughtworks/nodebpm.git
git@gitee.com:thoughtworks/nodebpm.git
thoughtworks
nodebpm
nodebpm
master

搜索帮助