UNPKG

@bluemath/topo

Version:
43 lines (42 loc) 1.26 kB
{ "name": "@bluemath/topo", "version": "0.2.2", "description": "Topology module of BlueMath", "main": "lib/index.js", "types": "lib/index.d.ts", "scripts": { "build-test": "webpack --config webpack.test.config.js", "deploy-test": "cp ./build/bluemath-topo-test.js ../bluemathsoft.github.io/bm/topo/test/", "watch-test": "webpack --watch --config webpack.test.config.js", "build-visual": "webpack --config webpack.visual.config.js", "watch-visual": "webpack --watch --config webpack.visual.config.js", "prepare": "(cd src; tsc -p .)" }, "repository": { "type": "git", "url": "git+https://github.com/bluemathsoft/bm-topo.git" }, "keywords": [ "Math", "Computational Geometry" ], "author": "Jayesh Salvi", "license": "Apache-2.0", "devDependencies": { "@types/jquery": "^3.2.12", "@types/qunit": "^2.0.31", "awesome-typescript-loader": "^3.2.3", "source-map-loader": "^0.2.1", "typedoc": "^0.8.0", "typescript": "^2.5.2", "viz.js": "^1.8.0", "webpack": "^3.6.0" }, "bugs": { "url": "https://github.com/bluemathsoft/bm-topo/issues" }, "homepage": "https://github.com/bluemathsoft/bm-topo#readme", "dependencies": { "@bluemath/common": "^0.2.1" } }