12345678910111213141516 |
- {
- "name": "dag-board",
- "version": "0.1.23",
- "description": "a plugin to show DAG graph . 用于流程图或者DAG图展示.",
- "main": "index.js",
- "scripts": {
- "test": "echo \"Error: no test specified\" && exit 1"
- },
- "dependence": {},
- "keywords": [
- "DAG",
- "graph"
- ],
- "author": "murongqimiao@live.cn",
- "license": "ISC"
- }
|