-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
39 lines (39 loc) · 1007 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
{
"name": "csl-formatter",
"version": "1.0.8",
"description": "reformats Citation Style Language (CSL) styles according to the CSL repository standards and can be used to prepare your style for submission.",
"main": "index.js",
"scripts": {
"postversion": "npm publish --access public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/citation-style-language/formatter.git"
},
"keywords": [
"CSL"
],
"author": "Rintze M. Zelle",
"license": "MIT",
"bugs": {
"url": "https://github.com/citation-style-language/formatter/issues"
},
"homepage": "https://github.com/citation-style-language/formatter",
"files": [
"package.json",
"index.js",
"libraries/style-formatter.js",
"libraries/vkbeautify.js",
"bin/style-formatter"
],
"bin": {
"style-formatter": "./bin/style-formatter"
},
"publishConfig": {
"access": "public"
},
"dependencies": {
"@xmldom/xmldom": "^0.8.0",
"unidiffer": "^0.0.10"
}
}