-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 2.22 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
{
"requires": true,
"lockfileVersion": 1,
"dependencies": {
"remark": "^14.0.3",
"remark-gfm": "^3.0.1",
"remark-lint-checkbox-character-style": "^4.1.2",
"remark-lint-checkbox-content-indent": "^4.1.2",
"remark-lint-first-heading-level": "^3.1.2",
"remark-lint-linebreak-style": "^3.1.2",
"remark-lint-link-title-style": "^3.1.2",
"remark-lint-list-item-indent": "^3.1.2",
"remark-lint-no-duplicate-headings-in-section": "^3.1.2",
"remark-lint-no-heading-indent": "^4.1.2",
"remark-lint-no-heading-like-paragraph": "^3.1.2",
"remark-lint-no-missing-blank-lines": "^3.1.2",
"remark-lint-no-paragraph-content-indent": "^4.1.2",
"remark-lint-ordered-list-marker-value": "^3.1.2",
"remark-lint-strikethrough-marker": "^2.1.2",
"remark-lint-unordered-list-marker-style": "^3.1.2",
"remark-preset-lint-consistent": "^5.1.2",
"remark-preset-lint-markdown-style-guide": "^5.1.3",
"remark-preset-lint-recommended": "^6.1.3",
"remark-stringify": "^10.0.3",
"remark-toc": "^8.0.1"
},
"name": "enhancing_reaxff",
"description": "[![Data FAIR](https://custom-icon-badges.demolab.com/badge/data-FAIR-blue?logo=database\\&logoColor=white)](https://www.nature.com/articles/sdata201618) [![Made with Python](https://custom-icon-badges.demolab.com/badge/Python-3.8+-blue?logo=python\\&logoColor=white)](https://python.org) [![OS - Linux](https://custom-icon-badges.demolab.com/badge/OS-Linux-orange?logo=linux\\&logoColor=white)](https://www.linux.org/) [![Contributions - close](https://custom-icon-badges.demolab.com/badge/contributions-close-red?logo=code-of-conduct\\&logoColor=white)](CONTRIBUTING.md) [![Code style - black](https://custom-icon-badges.demolab.com/badge/code%20style-black-000000?logo=code\\&logoColor=white)](https://github.com/psf/black)",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/paolodeangelis/Enhancing_ReaxFF.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/paolodeangelis/Enhancing_ReaxFF/issues"
},
"homepage": "https://github.com/paolodeangelis/Enhancing_ReaxFF#readme"
}