-
Notifications
You must be signed in to change notification settings - Fork 38
/
package.json
29 lines (29 loc) · 889 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
{
"name": "ghlocalapi",
"description": "Documentation for Google Home's local API",
"version": "2.0.0",
"repository": {
"type": "git",
"url": "git+https://github.com/rithvikvibhu/GHLocalApi.git"
},
"keywords": [
"google-home",
"api-documentation",
"openapi3",
"redoc",
"iot"
],
"author": "Rithvik Vibhu <[email protected]> (https://keybase.io/rithvikvibhu)",
"license": "MIT",
"bugs": {
"url": "https://github.com/rithvikvibhu/GHLocalApi/issues"
},
"homepage": "https://github.com/rithvikvibhu/GHLocalApi#readme",
"scripts": {
"build": "redoc-cli build -t template.hbs --title 'Google Home Local API' --output dist/index.html GoogleHome.openapi3.json",
"serve": "redoc-cli serve -t template.hbs --title 'Google Home Local API' --ssr GoogleHome.openapi3.json"
},
"dependencies": {
"redoc-cli": "^0.13.18"
}
}