-
Notifications
You must be signed in to change notification settings - Fork 18
/
Copy pathpackage.json
50 lines (50 loc) · 1.07 KB
/
package.json
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
41
42
43
44
45
46
47
48
49
50
{
"name": "MTEX2Gmsh",
"description": "Generate meshes from EBSD data",
"version": "1.0",
"keywords": [
"polycrystal",
"FEM",
"Numerical simulation",
"crystal plasticity"
],
"contributors": [
{
"name": "Regis Kubler",
"email": "regis.kubler@ensam.eu",
"web": ""
}
],
"maintainers": [
{
"name": "Dorian Depriester",
"email": "dorian.depriester@ensam.eu",
"web": "https://github.com/DorianDepriester/"
}
],
"demos": [
"https://github.com/DorianDepriester/mtex2Gmsh/blob/master/Example.m"
],
"dependencies": {
"Matlab": ">2013b",
"Gmsh": ">4.4.1",
"MTEX": "5.1.1"
},
"repositories": [
{
"type": "git",
"url": "https://github.com/DorianDepriester/mtex2Gmsh.git"
},
{
"type": "svn",
"url": "https://github.com/DorianDepriester/mtex2Gmsh.git"
}
],
"licenses": [
{
"name": "MIT",
"url": "https://github.com/DorianDepriester/mtex2Gmsh/blob/master/LICENSE"
}
],
"homepage": "https://github.com/DorianDepriester/mtex2Gmsh"
}