Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create package.json after #18 #19

Merged
merged 2 commits into from
Feb 13, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
40 changes: 40 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
{
"name": "cifplayer",
"version": "1.0.0",
"private": true,
"description": "Minimalistic and fast web-visualization of CIF, POSCAR, and OPTIMADE chemical structures",
"keywords": [
"cifplayer",
"nanoshow",
"MPDS",
"crystallography",
"spacegroups",
"symmetry operations",
"periodic translations",
"Crystallographic Information File CIF",
"VASP POSCAR",
"Optimade JSON"
],
"contributors": [
{
"name": "Stanislav Yaremenko",
"email": "contact@structpad.com",
"url": "https://github.com/stan-donarise"
},
{
"name": "Pavel Zubkov",
"url": "https://github.com/PavelZubkov"
},
{
"name": "Dmitriy Karlovsky",
"email": "jin@hyoo.ru",
"url": "https://jin.hyoo.ru"
}
],
"author": {
"name": "Evgeny Blokhin",
"email": "eb@tilde.pro",
"url": "https://orcid.org/0000-0002-5333-3947"
},
"license": "MIT"
}