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

Re-merge because of the broken deployment #21

Merged
merged 7 commits into from
Feb 20, 2024
Merged
Show file tree
Hide file tree
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
2 changes: 2 additions & 0 deletions lib/three/view/view.view.tree
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ $mpds_cifplayer_lib_three_view $mol_view
controls null
controls_target null
on_render null
new_object*? null
object*? null
auto /
<= controls_target_changed null
<= resize null
Expand Down
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"
}
Loading