Skip to content

Commit

Permalink
Create package.json after #18
Browse files Browse the repository at this point in the history
  • Loading branch information
blokhin authored Jan 11, 2024
1 parent 4178ee1 commit 7f526e4
Showing 1 changed file with 40 additions and 0 deletions.
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": "Dmitry Karlovsky",
"email": "jin@hyoo.ru",
"url": "https://github.com/nin-jin"
}
],
"author": {
"name": "Evgeny Blokhin",
"email": "eb@tilde.pro",
"url": "https://orcid.org/0000-0002-5333-3947"
},
"license": "MIT"
}

0 comments on commit 7f526e4

Please sign in to comment.