diff --git a/package.json b/package.json new file mode 100644 index 0000000..102d8ba --- /dev/null +++ b/package.json @@ -0,0 +1,40 @@ +{ + "name": "visavis", + "version": "1.0.0", + "private": true, + "description": "Web-viewer for plots in materials science, chemistry, and physics", + "keywords": [ + "MPDS", + "phase diagram", + "crystallography", + "materials science", + "materials design", + "chemical elements", + "periodic numbers" + ], + "engines": { + "node": ">=15.0.0" + }, + "contributors": [ + { + "name": "Stanislav Yaremenko", + "email": "contact@structpad.com", + "url": "https://github.com/stan-donarise" + }, + { + "name": "Pavel Zubkov", + "url": "https://github.com/PavelZubkov" + }, + { + "name": "Dmitriy Karlovskiy", + "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" +}