UNPKG

ifmatriz

Version:

Web App feito para disciplinar de Calculo I - 2018.02, realizar operações com matrizes quadradas

51 lines (50 loc) 1.11 kB
{ "name": "ifmatriz", "main": "index.js", "version": "1.0.2", "description": "Web App feito para disciplinar de Calculo I - 2018.02, realizar operações com matrizes quadradas", "author": { "name": "Tiago Danin", "email": "TiagoDanin@outlook.com", "url": "https://TiagoDanin.github.io" }, "license": "MIT", "keywords": [ "matriz", "ifpa", "belem", "para", "calculo", "math" ], "scripts": { "start": "npx webpack", "test": "node tests.js", "build": "npx webpack --mode production" }, "private": false, "repository": "https://github.com/IFPABelem/IFMatriz.git", "homepage": "https://IFPABelem.github.io/IFMatriz", "bugs": "https://github.com/IFPABelem/IFMatriz/issues", "github": { "name": "IFMatriz", "owner": "IFPABelem" }, "files": [ "LICENSE", "README.md", "default.html", "dist", "index.html", "index.js", "operacoes", "package.json", "tests.js", "webpack.config.js", "yarn.lock" ], "devDependencies": { "webpack": "4.17.1", "webpack-cli": "3.1.2" } }