Skip to content

Commit

Permalink
Merge pull request #16 from mpds-io/package-json
Browse files Browse the repository at this point in the history
Close #11
  • Loading branch information
blokhin authored Feb 13, 2024
2 parents 8340d0b + c2773e1 commit 20c592a
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": "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": "[email protected]",
"url": "https://github.com/stan-donarise"
},
{
"name": "Pavel Zubkov",
"url": "https://github.com/PavelZubkov"
},
{
"name": "Dmitriy Karlovskiy",
"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 20c592a

Please sign in to comment.