forked from asyncapi/spec
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 833 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
"name": "asyncapi-specification",
"version": "1.2.0",
"description": "AsyncAPI specification",
"scripts": {
"mdv": "mdv versions/**/*.md",
"test": "node test/index.js"
},
"private": true,
"repository": {
"type": "git",
"url": "git+https://github.com/asyncapi/asyncapi.git"
},
"author": {
"name": "Fran Mendez",
"email": "[email protected]"
},
"contributors": [
{
"name": "Bruno Pedro",
"email": "[email protected]"
}
],
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/asyncapi/asyncapi/issues"
},
"homepage": "https://github.com/asyncapi/asyncapi#readme",
"dependencies": {
"ajv": "^6.8.1",
"colors": "^1.3.3",
"fs-walk": "0.0.2",
"js-yaml": "^3.7.0",
"json-schema-ref-parser": "^3.1.2",
"mdv": "^1.1.0"
}
}