guimath
Version:
Create mathematical equations on webpages using a GUI
50 lines (49 loc) • 1.24 kB
JSON
{
"name": "guimath",
"version": "0.2.0",
"description": "Create mathematical equations on webpages using a GUI",
"main": "dist/guimath.umd.js",
"module": "dist/guimath.esm.js",
"unpkg": "dist/guimath.min.js",
"style": "dist/guimath.css",
"files": [
"dist"
],
"directories": {
"doc": "docs"
},
"scripts": {
"test": "webpack",
"build:src": "grunt",
"build:dist": "rollup -c rollup.config.js",
"build": "npm run build:src && npm run build:dist"
},
"repository": {
"type": "git",
"url": "https://github.com/hrushikeshrv/guimath.git"
},
"keywords": [
"latex",
"mathjax",
"equations",
"math",
"gui"
],
"author": "Hrushikesh Vaidya",
"license": "MIT",
"bugs": {
"url": "https://github.com/hrushikeshrv/guimath/issues"
},
"homepage": "https://github.com/hrushikeshrv/guimath",
"devDependencies": {
"grunt": "^1.4.1",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-htmlmin": "^3.1.0",
"grunt-contrib-jshint": "^3.1.1",
"grunt-contrib-uglify": "^5.0.1",
"rollup": "^4.53.5",
"rollup-plugin-copy": "^3.5.0",
"webpack": "^5.56.1",
"webpack-cli": "^4.8.0"
}
}