diff --git a/package.json b/package.json new file mode 100644 index 0000000..964f923 --- /dev/null +++ b/package.json @@ -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" +}