generated from 5t3ph/eleventy-plugin-template
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
40 lines (40 loc) · 1.05 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
{
"name": "eleventy-plugin-ghost",
"version": "2.1.0",
"description": "Access the Ghost Content API in Eleventy 👻🎛",
"homepage": "https://github.com/daviddarnes/eleventy-plugin-ghost",
"main": ".eleventy.js",
"scripts": {
"build": "npx @11ty/eleventy",
"publish": "git push origin && git push origin --tags",
"release:patch": "npm version patch && npm publish",
"release:minor": "npm version minor && npm publish",
"release:major": "npm version major && npm publish"
},
"repository": {
"type": "git",
"url": "git+https://github.com/daviddarnes/eleventy-plugin-ghost.git"
},
"keywords": [
"11ty",
"11ty-plugin",
"eleventy",
"eleventy-plugin",
"ghost",
"ghost-api",
"headless-cms"
],
"author": {
"name": "daviddarnes",
"url": "https://darn.es"
},
"license": "ISC",
"bugs": {
"url": "https://github.com/daviddarnes/eleventy-plugin-ghost/issues"
},
"dependencies": {
"@11ty/eleventy": "^1.0.1",
"@11ty/eleventy-fetch": "^3.0.0",
"jsonwebtoken": "^8.5.1"
}
}