-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
33 lines (33 loc) · 884 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
{
"name": "gatsby-source-confluence",
"version": "1.0.8",
"description": "A gatsby data source plugin for retrieving content out of Confluence for use on static sites",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/daniel-simpson/gatsby-source-confluence.git"
},
"files": [
"index.js",
"gatsby-node.js",
"package.json",
"package-lock.json"
],
"keywords": [
"gatsby",
"gatsby-plugin",
"confluence"
],
"author": "Dan Simpson <daniel_simpson1988@hotmail.com>",
"license": "ISC",
"bugs": {
"url": "https://github.com/daniel-simpson/gatsby-source-confluence/issues"
},
"homepage": "https://github.com/daniel-simpson/gatsby-source-confluence#readme",
"dependencies": {
"axios": "^0.21.1",
"node-fetch": "^2.6.1"
}
}