-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 850 Bytes
/
package.json
File metadata and controls
40 lines (40 loc) · 850 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": "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": "Dmitriy Karlovsky",
"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"
}