-
Notifications
You must be signed in to change notification settings - Fork 132
Expand file tree
/
Copy pathexample.github.json
More file actions
24 lines (24 loc) · 845 Bytes
/
example.github.json
File metadata and controls
24 lines (24 loc) · 845 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
"name": "github",
"version": "x.x.x",
"description": "GitHub GraphQL API",
"homepage": "https://developer.github.com/early-access/graphql/",
"dependencies": {
"@2fd/command": "^1.1.2",
"@types/jest": "^18.1.0",
"@types/request": "^0.0.40",
"fs-extra": "^0.30.0",
"glob": "^7.1.0",
"marked": "^0.3.6",
"mustache": "^2.2.1",
"request": "^2.79.0"
},
"graphdoc": {
"ga": "UA-54154153-2",
"graphiql": "https://developer.github.com/early-access/graphql/explorer/",
"logo": "<a href=\"https://developer.github.com/early-access/graphql\" target=\"_blank\" style=\"display:block;padding:1rem 3rem\"><img src=\"https://assets-cdn.github.com/images/modules/logos_page/GitHub-Logo.png\" /></a>",
"schemaFile": "./test/github.json",
"output": "./gh-pages/github",
"baseUrl": "./"
}
}