Skip to content

Commit

Permalink
Merge pull request #19 from tilde-lab/package-json
Browse files Browse the repository at this point in the history
Create package.json after #18
  • Loading branch information
blokhin authored Feb 13, 2024
2 parents 7c8154d + e0b2f03 commit 776d206
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": "[email protected]",
"url": "https://github.com/stan-donarise"
},
{
"name": "Pavel Zubkov",
"url": "https://github.com/PavelZubkov"
},
{
"name": "Dmitriy Karlovsky",
"email": "[email protected]",
"url": "https://jin.hyoo.ru"
}
],
"author": {
"name": "Evgeny Blokhin",
"email": "[email protected]",
"url": "https://orcid.org/0000-0002-5333-3947"
},
"license": "MIT"
}

0 comments on commit 776d206

Please sign in to comment.