forked from apache/eventmesh
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
19 lines (19 loc) · 889 Bytes
/
package.json
File metadata and controls
19 lines (19 loc) · 889 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
"name": "zqq",
"version": "1.0.0",
"description": "[](https://www.travis-ci.org/WeBankFinTech/EventMesh) [](https://coveralls.io/github/WeBankFinTech/EventMesh?branch=master) [](https://github.com/WeBankFinTech/EventMesh/releases) [](https://www.apache.org/licenses/LICENSE-2.0.html)",
"main": "index.js",
"directories": {
"doc": "docs"
},
"scripts": {
"docs:dev": "vuepress dev docs",
"docs:build": "vuepress build docs"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"vuepress": "^1.7.1"
}
}