generated from 5t3ph/eleventy-plugin-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 929 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
34
35
36
{
"name": "eleventy-plugin-torchlight",
"version": "0.3.0",
"description": "This plugin runs your HTML files through Torchlight.dev for syntax highlighting",
"homepage": "https://github.com/timkley/eleventy-plugin-torchlight",
"main": ".eleventy.js",
"scripts": {
"start": "eleventy --serve",
"build": "eleventy",
"bump": "npm --no-git-tag-version version"
},
"repository": {
"type": "git",
"url": "git+https://github.com/timkley/eleventy-plugin-torchlight.git"
},
"keywords": [
"11ty",
"11ty-plugin",
"eleventy",
"eleventy-plugin"
],
"author": {
"name": "Tim Kleyersburg",
"url": "https://www.tim-kleyersburg.de"
},
"license": "ISC",
"bugs": {
"url": "https://github.com/timkley/eleventy-plugin-torchlight/issues"
},
"devDependencies": {
"@11ty/eleventy": "^2.0.1"
},
"dependencies": {
"@torchlight-api/torchlight-cli": "0.1.7"
}
}