forked from fikaproductions/fika-gatsby-source-cockpit
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 1.2 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
{
"name": "@fika/gatsby-source-cockpit",
"version": "1.0.10",
"description": "This is a Gatsby version 2.x.x source plugin that feeds the GraphQL tree with Cockpit Headless CMS data. Actually, it supports querying raw texts (and any trivial field types), Markdown, images, gallery, assets, linked collections and internationalization.",
"main": "gatsby-node.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"gatsby",
"gatsby-plugin",
"gatsby-source-plugin",
"cockpit",
"headless-cms",
"fika",
"productions"
],
"author": "Fika Productions <[email protected]>",
"license": "GPL-3.0-or-later",
"repository": {
"type": "git",
"url": "https://github.com/fikaproductions/fika-gatsby-source-cockpit.git"
},
"bugs": {
"url": "https://github.com/fikaproductions/fika-gatsby-source-cockpit/issues"
},
"homepage": "https://github.com/fikaproductions/fika-gatsby-source-cockpit",
"dependencies": {
"gatsby-node-helpers": "^0.3.0",
"gatsby-source-filesystem": "^2.0.5",
"mime": "^2.3.1",
"request": "^2.88.0",
"request-promise": "^4.2.2",
"string-hash": "^1.1.3"
},
"devDependencies": {}
}