File tree Expand file tree Collapse file tree 1 file changed +11
-3
lines changed Expand file tree Collapse file tree 1 file changed +11
-3
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " ternary-plot" ,
3
3
"version" : " 1.0.0" ,
4
- "description" : " web component of a ternary plot." ,
4
+ "description" : " web component to implement a ternary plot." ,
5
5
"main" : " dist/ternary-plot.cjs.js" ,
6
6
"module" : " dist/ternary-plot.esm.js" ,
7
7
"browser" : " dist/ternary-plot.umd.js" ,
14
14
"keywords" : [
15
15
" ternary" ,
16
16
" plot" ,
17
- " web" ,
17
+ " chart" ,
18
+ " webcomponent" ,
18
19
" component"
19
20
],
20
- "author" : " " ,
21
+ "author" : {
22
+ "name" : " Riccardo Scalco" ,
23
+
24
+ "url" : " http://riccardoscalco.github.io/"
25
+ },
21
26
"license" : " MIT" ,
27
+ "repository" : " nextbitlabs/ternary-plot" ,
28
+ "homepage" : " https://github.com/nextbitlabs/ternary-plot/" ,
29
+ "bugs" : " https://github.com/nextbitlabs/ternary-plot/issues" ,
22
30
"devDependencies" : {
23
31
"hybrids" : " ^4.0.2" ,
24
32
"rollup" : " ^1.14.3" ,
You can’t perform that action at this time.
0 commit comments