-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 953 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-citeproc",
"version": "0.1.3",
"description": "Eleventy filters to process citations and generate bibliographies from Citation Style Language",
"author": "Guillaume Brioudes (https://myllaume.fr/)",
"main": "index.js",
"scripts": {
"test": "./node_modules/.bin/mocha --timeout 30000"
},
"keywords": [
"11ty",
"eleventy",
"eleventy-plugin",
"CSL",
"citeproc"
],
"homepage": "https://github.com/Myllaume/eleventy-plugin-citeproc",
"repository": {
"type": "git",
"url": "git+https://github.com/Myllaume/eleventy-plugin-citeproc.git"
},
"bugs": {
"url": "https://github.com/Myllaume/eleventy-plugin-citeproc/issues"
},
"license": "GPL-3.0-or-later",
"dependencies": {
"@zettlr/citr": "^1.2.2",
"citeproc": "^2.4.62"
},
"devDependencies": {
"@11ty/eleventy": "^2.0.1",
"axios": "^0.27.2",
"chai-fs": "^2.0.0",
"mocha": "^10.0.0"
}
}