gs-modelling
Version:
A set of 3D modelling functions for gs-JSON.
75 lines (74 loc) • 2.77 kB
JSON
{
"name": "gs-modelling",
"license": "GPL-3.0",
"version": "0.1.82",
"author": "Patrick Janssen",
"description": "A set of 3D modelling functions for gs-JSON.",
"homepage": "https://github.com/phtj/gs-modelling#readme",
"types": "dist/index.d.ts",
"main": "dist/index.js",
"directories": {
"doc": "docs"
},
"scripts": {
"geojson": "npm run build2015 && node ./dist2015/src/typescript/import/geojson/geojson.js",
"three_models": "npm run build2015 && npm run gen_three_models",
"gs_models": "npm run build2015 && npm run gen_gs_models",
"models": "npm run build2015 && npm run gen_gs_models && npm run gen_three_models",
"gen_three_models": "node ./dist2015/src/typescript/generate/gen_three_test_models.js",
"gen_gs_models": "node ./dist2015/src/typescript/generate/gen_gs_test_models.js",
"build2015": "tsc && babel --presets es2015 ./dist --out-dir ./dist2015",
"prepare": "npm run build",
"build": "tsc",
"test": "karma start ./karma.conf.ts",
"testsr": "karma start ./karma.conf.ts --single-run",
"docs": "typedoc --out ./docs --json ./docs_json/gs-modelling.json ./src/typescript --module commonjs --exclude \"**/*+(dev|tests).ts\" --mode modules --excludeExternals"
},
"repository": {
"type": "git",
"url": "git+https://github.com/phtj/gs-modelling.git"
},
"dependencies": {
"@types/geojson": "^7946.0.2",
"@types/three": "^0.89.12",
"geojson": "^0.5.0",
"gs-json": "^0.1.69",
"kld-intersections": "^0.4.1",
"kld-polynomial": "^0.1.3",
"mathjs": "^3.20.2",
"poly-roots": "^1.0.8",
"save": "^2.3.2",
"solve-quadratic-equation": "^0.1.0",
"three": "^0.89.0"
},
"devDependencies": {
"@types/jasmine": "^2.8.6",
"@types/node": "^9.6.2",
"babel-cli": "^6.26.0",
"babel-preset-es2015": "^6.24.1",
"jasmine": "^2.99.0",
"jasmine-core": "^2.99.1",
"karma": "^2.0.0",
"karma-chrome-launcher": "^2.2.0",
"karma-cli": "^1.0.1",
"karma-coverage-istanbul-reporter": "^1.4.2",
"karma-html-reporter": "^0.2.7",
"karma-jasmine": "^1.1.0",
"karma-jasmine-html-reporter": "^0.2.2",
"karma-typescript": "^3.0.12",
"karma-typescript-es6-transform": "^1.0.4",
"karma-typescript-preprocessor": "^0.3.1",
"tslint": "^5.9.1",
"typedoc": "^0.9.0",
"typescript": "^2.8.1"
},
"bugs": {
"url": "https://github.com/phtj/gs-modelling/issues"
},
"keywords": [
"3d",
"modelling",
"geometry",
"semantics"
]
}