diff --git a/package.json b/package.json index f7b9790..98a343e 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "math-latex-parser", + "name": "@scicave/math-latex-parser", "version": "1.0.0", "description": "A mathematical parser for latex in math mode. We mean by mathematical that, arithmetic operations is considered for example if you pass \"1+2\", the result would by a (add node \"+\") with two children nodes of type number.", "main": "index.js", @@ -30,6 +30,7 @@ }, "keywords": [ "parser", + "pegjs", "latex-parser", "math-parser", "math",