-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.33 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
41
42
43
44
{
"name": "@citation-js/bundle-tool",
"version": "0.3.3",
"description": "Citation.js Bundle tool.",
"main": "server.js",
"scripts": {
"start": "node server.js"
},
"dependencies": {
"@citation-js/date": "0.5.1",
"@citation-js/name": "0.4.2",
"browserify": "^17.0.0",
"express": "^4.17.1",
"pug": "^3.0.2"
},
"engines": {
"node": "18.x"
},
"repository": {
"url": "https://glitch.com/edit/#!/juniper-coat"
},
"license": "MIT",
"devDependencies": {
"@citation-js/core": "0.7.14",
"@citation-js/plugin-bibjson": "0.7.14",
"@citation-js/plugin-bibtex": "0.7.16",
"@citation-js/plugin-csl": "0.7.14",
"@citation-js/plugin-doi": "0.7.16",
"@citation-js/plugin-enw": "0.3.0",
"@citation-js/plugin-hayagriva": "0.1.2",
"@citation-js/plugin-isbn": "0.4.0",
"@citation-js/plugin-orcid": "0.3.1",
"@citation-js/plugin-pubmed": "0.3.0",
"@citation-js/plugin-quickstatements": "0.5.4",
"@citation-js/plugin-refer": "0.2.0",
"@citation-js/plugin-refworks": "0.1.2",
"@citation-js/plugin-ris": "0.7.16",
"@citation-js/plugin-software-formats": "0.6.1",
"@citation-js/plugin-wikidata": "0.7.15",
"@citation-js/plugin-wikipedia-templates": "0.1.0",
"@citation-js/plugin-zotero-translation-server": "0.2.0",
"@citation-js/replacer": "0.3.1"
}
}