francy-extension-browser
Version:
Francy - An Interactive Discrete Mathematics Framework for GAP - Browser Extension
36 lines (35 loc) • 840 B
JSON
{
"name": "francy-extension-browser",
"version": "2.0.3",
"description": "Francy - An Interactive Discrete Mathematics Framework for GAP - Browser Extension",
"author": "Manuel Martins <manuelmachadomartins@gmail.com>",
"repository": {
"type": "git",
"url": "https://github.com/gap-packages/francy.git"
},
"keywords": [
"gap",
"francy",
"browser",
"extension"
],
"license": "MIT",
"main": "index.js",
"dependencies": {
"francy": "*",
"francy-core": "*",
"francy-renderer-d3": "*",
"francy-renderer-graphviz": "*",
"francy-renderer-vis": "*"
},
"scripts": {
"clean": "rm -rf ./dist/*",
"build": "yarn run build:prod",
"build:prod": "webpack --env production=true --config webpack.config.js"
},
"files": [
"LICENSE",
"README.md",
"dist/"
]
}