File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " tactjam" ,
3
- "version" : " 1.0 .0" ,
3
+ "version" : " 0.1 .0" ,
4
4
"description" : " TactJam GUI that enables communicating with a TactJam device as well as saving and loading tacton data from a server." ,
5
5
"homepage" : " https://github.com/TactileVision/TactJam-client/" ,
6
6
"main" : " build/main.js" ,
15
15
"compile:linux" : " electron-builder --linux"
16
16
},
17
17
"keywords" : [],
18
- "author" : " " ,
19
- "license" : " ISC " ,
18
+ "author" : " Tactile Vision " ,
19
+ "license" : " MIT " ,
20
20
"devDependencies" : {
21
21
"@material-ui/core" : " ^4.11.2" ,
22
22
"@material-ui/icons" : " ^4.11.2" ,
52
52
},
53
53
"build" : {
54
54
"appId" : " TactJam.GUI" ,
55
- "productName" : " TactJam 1.0.0 " ,
56
- "copyright" : " Copyright © 2021 Tactile Vision" ,
55
+ "productName" : " TactJam" ,
56
+ "copyright" : " Copyright © 2021 Tactile Vision (MIT License) " ,
57
57
"files" : [
58
58
" build/*" ,
59
59
" build/webpack-assets/*"
67
67
"icon" : " build/icon.png"
68
68
},
69
69
"dmg" : {
70
- "title" : " TactJam 1.0.0 "
70
+ "title" : " TactJam"
71
71
},
72
72
"linux" : {
73
73
"target" : [
74
74
" AppImage" ,
75
75
" tag.gz"
76
76
],
77
- "executableName" : " TactJam 1.0.0 "
77
+ "executableName" : " TactJam"
78
78
}
79
79
},
80
80
"repository" : {
You can’t perform that action at this time.
0 commit comments