forked from canadaduane/gitbook-plugin-bibtex-cite
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
31 lines (31 loc) · 799 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
{
"name": "gitbook-plugin-bibtex-cite",
"description": "Bibtex citations for GitBook",
"author": "Manuel Mitasch, Duane Johnson",
"main": "index.js",
"version": "1.1.0",
"engines": {
"gitbook": ">2.x.x"
},
"homepage": "https://github.com/canadaduane/gitbook-plugin-bibtex-cite",
"repository": {
"type": "git",
"url": "https://github.com/canadaduane/gitbook-plugin-bibtex-cite"
},
"license": "MIT",
"dependencies": {
"bibtex-parser-js": "0.0.2",
"lodash": "^4.0.0"
},
"scripts": {
"lint": "eslint .",
"lint-fix": "eslint --fix ."
},
"devDependencies": {
"eslint": "^7.26.0",
"eslint-config-standard": "^16.0.2",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.3.1"
}
}