{
  "name": "eeg2d",
  "description": "Extended euclidian 2d geometry library for JavaScript with objects representing points, vectors, angles, transformations, transformation decompositions",
  "keywords": [
    "geometry",
    "2d",
    "transformations",
    "vector",
    "point",
    "angle",
    "transformation decomposition",
    "transformation interpolation"
  ],
  "devDependencies": {
    "@babel/cli": "^7.10.1",
    "@babel/core": "^7.10.2",
    "@babel/preset-env": "^7.10.2",
    "mocha": "^8.0.1",
    "webpack": "^4.43.0",
    "webpack-cli": "^3.3.11"
  },
  "author": {
    "name": "Marek Sterzik",
    "email": "marek.sterzik@gmail.com"
  },
  "scripts": {
    "build": "webpack --config config/webpack.config.cjs",
    "test": "mocha"
  },
  "main": "src/eeg2d.js",
  "type": "module",
  "license": "MIT",
  "version": "0.4.1"
}
