Blame view

frontend/manage/src/components/VueBpmn/plugin/package.json 329 Bytes
8d73e917   陈威   初始化提交
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
    "name": "bpmnlint-plugin-hotent",
    "version": "0.0.0",
    "private": true,
    "description": "bpmnlint hotent rules",
    "main": "index.js",
    "author": {
        "name": "jason",
        "url": "https://github.com/nikku"
    },
    "license": "MIT",
    "dependencies": {
        "bpmnlint-utils": "^1.0.1"
    }
}