-
Notifications
You must be signed in to change notification settings - Fork 44
/
package.json
42 lines (42 loc) · 1.14 KB
/
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
38
39
40
41
42
{
"name": "arazzo",
"version": "1.0.0",
"description": "Arazzo Specification",
"scripts": {
"build": "bash ./scripts/md2html/build.sh",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/OAI/Arazzo-Specification.git"
},
"keywords": [
"Arazzo",
"Workflows",
"Specification",
"API",
"Swagger"
],
"author": {
"name": "OpenAPI Initiative - Arazzo Working Group",
"email": "tsc@openapis.org",
"url": "https://openapis.org/"
},
"readmeFilename": "README.md",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/OAI/Arazzo-Specification/issues"
},
"homepage": "https://github.com/yourusername/your-project-name#readme",
"dependencies": {
"cheerio": "^1.0.0-rc.5",
"highlight.js": "^11.9.0",
"markdown-it": "^14.1.0",
"respec": "35.1.1",
"yargs": "^17.7.2"
},
"devDependencies": {
"mdv": "^1.3.4",
"yaml": "2.4.2"
}
}