UNPKG

gs-json

Version:

gs-JSON is a domain agnostic unifying 3D file format for geometric and semantic modelling (hence the 'gs').

65 lines (64 loc) 2.36 kB
{ "name": "gs-json", "license": "GPL-3.0", "version": "0.1.70", "author": "Patrick Janssen", "description": "gs-JSON is a domain agnostic unifying 3D file format for geometric and semantic modelling (hence the 'gs').", "homepage": "https://github.com/phtj/gs-json#readme", "types": "dist/index.d.ts", "main": "dist2015/index.js", "directories": { "doc": "docs" }, "scripts": { "models": "npm run build2015 && npm run gen_gs_models && npm run gen_three_models && npm run gen_obj_models", "gen_obj_models": "node ./dist2015/src/typescript/export/obj/test_models.js", "gen_three_models": "node ./dist2015/src/typescript/three/test_models.js", "gen_gs_models": "node ./dist2015/src/typescript/generate/test_models.js", "prepare": "npm run build2015", "build2015": "tsc && babel --presets es2015 ./dist --out-dir ./dist2015", "build": "tsc", "test": "karma start ./karma.conf.ts", "testsr": "karma start ./karma.conf.ts --single-run", "docs": "typedoc --out ./docs/typescript ./src/typescript --module commonjs --theme minimal" }, "repository": { "type": "git", "url": "https://github.com/phtj/gs-json.git" }, "dependencies": { "@types/mathjs": "4.4.1", "@types/three": "^0.93.3", "geojson": "^0.5.0", "mathjs": "^5.2.1", "three": "^0.97.0" }, "devDependencies": { "@types/jasmine": "^2.8.9", "@types/node": "^10.12.0", "babel-cli": "^6.26.0", "babel-preset-es2015": "^6.24.1", "jasmine": "^3.2.0", "jasmine-core": "^3.2.1", "karma": "^3.0.0", "karma-chrome-launcher": "^2.2.0", "karma-cli": "^1.0.1", "karma-coverage-istanbul-reporter": "^2.0.4", "karma-html-reporter": "^0.2.7", "karma-jasmine": "^1.1.2", "karma-jasmine-html-reporter": "^1.3.1", "karma-typescript": "^3.0.13", "karma-typescript-preprocessor": "^0.4.0", "typedoc": "^0.13.0", "typescript": "^3.1.3" }, "bugs": { "url": "https://github.com/phtj/gs-json/issues" }, "keywords": [ "3d", "modelling", "geometry", "semantics" ] }