@bluemath/geom
Version:
Bluemath Geometry library
61 lines (60 loc) • 2.21 kB
JSON
{
"name": "@bluemath/geom",
"version": "0.2.2",
"description": "Bluemath Geometry library",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"scripts": {
"start" : "http-server -p8008 -c-1",
"build-test": "webpack --config webpack.test.config.js",
"deploy-test": "cp ./build/bluemath-geom-test.js ../bluemathsoft.github.io/bm/geom/test/",
"deploy-playground": "cp ./build/bluemath-geom-playground.js ../bluemathsoft.github.io/bm/geom/playground/",
"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",
"build-playground": "webpack --config webpack.playground.config.js",
"watch-playground": "webpack --watch --config webpack.playground.config.js",
"build-docs": "rm -rf docs/* && typedoc --excludeExternals --excludeNotExported --excludePrivate --out ./docs --mode file --readme docindex.md",
"build-docs-prod": "rm -rf docs/* && typedoc --excludeExternals --excludeNotExported --excludePrivate --out ./docs --mode file --readme docindex.md --gaID \"UA-99857402-1\" ",
"prepare": "(cd src; tsc -p .)"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bluemathsoft/bm-geom.git"
},
"keywords": [
"Math",
"Geometry",
"NURBS",
"Curves",
"Surfaces",
"Bezier",
"BSpline"
],
"author": "Jayesh Salvi",
"license": "Apache-2.0",
"devDependencies": {
"@types/jquery": "^3.2.12",
"@types/qunit": "^2.0.31",
"@types/select2": "^4.0.41",
"@types/three": "^0.84.22",
"awesome-typescript-loader": "^3.2.3",
"http-server": "^0.10.0",
"jquery": "^3.2.1",
"plotly.js": "^1.30.1",
"select2": "^4.0.3",
"source-map-loader": "^0.2.1",
"three": "^0.87.1",
"three-orbitcontrols-ts": "github:bluemathsoft/three-orbitcontrols-ts",
"typedoc": "^0.8.0",
"typescript": "^2.5.2",
"webpack": "^3.6.0"
},
"bugs": {
"url": "https://github.com/bluemathsoft/bm-geom/issues"
},
"homepage": "https://github.com/bluemathsoft/bm-geom#readme",
"dependencies": {
"@bluemath/common": "^0.2.1"
}
}