-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 982 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
37
38
39
40
41
42
43
44
45
{
"name": "@citation-js/replacer",
"version": "0.3.1",
"description": "HTML API for Citation.js",
"author": "Lars Willighagen",
"license": "MIT",
"main": "lib/index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/citation-js/replacer.git"
},
"bugs": {
"url": "https://github.com/citation-js/replacer/issues"
},
"homepage": "https://citation-js.github.io/replacer/",
"keywords": [
"citation",
"bibtex",
"wikidata",
"contentmine",
"quickscrape",
"csl",
"citeproc"
],
"files": [
"lib"
],
"dependencies": {
"whatwg-fetch": "^3.6.2"
},
"devDependencies": {
"@babel/cli": "^7.4.4",
"@babel/core": "^7.4.4",
"@babel/preset-env": "^7.4.4",
"@citation-js/core": "^0.6.1",
"standard": "^17.0.0"
},
"peerDependencies": {
"@citation-js/core": "^0.6.1"
},
"scripts": {
"lint": "standard \"src/**/*.js\"",
"babel": "babel src -d lib --copy-files"
}
}