UNPKG

e3ga

Version:

Euclidean 3-Dimensional Geometric Algebra

48 lines (47 loc) 1.42 kB
{ "name": "e3ga", "version": "0.9.0", "description": "Euclidean 3-Dimensional Geometric Algebra", "browser": "dist/umd/index.js", "main": "dist/cjs/index.js", "module": "dist/esm/index.js", "system": "dist/system/index.js", "types": "dist/index.d.ts", "scripts": { "build": "rollup -c", "test": "mocha 'tests/**/*.spec.ts'", "coverage": "nyc mocha 'tests/**/*.spec.ts'" }, "repository": { "type": "git", "url": "git+https://github.com/geometryzen/e3ga.git" }, "keywords": [ "Euclidean", "Geometric", "Algebra", "3D" ], "author": "David Geo Holmes", "license": "MIT", "bugs": { "url": "https://github.com/geometryzen/e3ga/issues" }, "homepage": "https://github.com/geometryzen/e3ga#readme", "devDependencies": { "@istanbuljs/nyc-config-typescript": "^1.0.2", "@rollup/plugin-commonjs": "^22.0.2", "@rollup/plugin-node-resolve": "^13.3.0", "@rollup/plugin-typescript": "^8.4.0", "@types/chai": "^4.3.3", "@types/mocha": "^9.1.1", "chai": "^4.3.6", "mocha": "^10.0.0", "nyc": "^15.1.0", "rollup-plugin-dts": "^4.2.2", "rollup-plugin-peer-deps-external": "^2.2.4", "rollup-plugin-terser": "^7.0.2", "ts-node": "^10.9.1", "typescript": "^4.8.2" } }