-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 797 Bytes
/
package.json
File metadata and controls
40 lines (40 loc) · 797 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
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"
}