{
  "name": "geometry-interfaces",
  "version": "1.1.4",
  "description": "The W3C Geometry Interfaces implemented in JavaScript and polyfilled.",
  "format": "es6",
  "main": "index.js",
  "module": "esmodule",
  "browser": "global.js",
  "global": "global.js",
  "license": "MIT",
  "homepage": "https://github.com/trusktr/geometry-interfaces",
  "scripts": {
    "test": "./scripts/test.sh",
    "clean": "./scripts/clean.sh",
    "build": "./scripts/build.sh",
    "build-umd": "./scripts/build-umd.sh",
    "build-cjs": "./scripts/build-cjs.sh",
    "build-amd": "./scripts/build-amd.sh",
    "build-global": "./scripts/build-global.sh",
    "watch": "./scripts/build-cjs.sh --watch & P1=$!; ./scripts/build-global.sh --watch & P2=$!; wait $P1 $P2",
    "preversion": "echo '--- PREVERSION' && git reset HEAD global.js && git checkout -- global.js && git add . && git stash && git clean -xfd -e node_modules",
    "version": "echo '--- VERSION' && npm run build && git add global.js",
    "postversion": "echo '--- POSTVERSION' && npm publish && git push && git push --tags && git stash pop && git reset HEAD"
  },
  "dependencies": {},
  "devDependencies": {
    "babel-cli": "^6.0.0",
    "babel-core": "^6.0.0",
    "babel-plugin-add-module-exports": "^0.2.1",
    "babel-plugin-transform-es2015-modules-amd": "^6.0.0",
    "babel-plugin-transform-es2015-modules-commonjs": "^6.0.0",
    "babel-plugin-transform-es2015-modules-umd": "^6.0.0",
    "babili-webpack-plugin": "^0.1.2",
    "buble": "^0.15.2",
    "buble-loader": "^0.4.1",
    "webpack": "^3.4.1"
  },
  "jspm": {
    "registry": "jspm",
    "directories": {
      "lib": "src"
    }
  },
  "bower": {
    "TODO": "TODO"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/trusktr/geometry-interfaces.git"
  },
  "bugs": {
    "url": "https://github.com/trusktr/geometry-interfaces/issues"
  },
  "keywords": [
    "DOMMatrix",
    "DOMMatrixReadOnly",
    "DOMPoint",
    "DOMPointReadOnly",
    "DOMRect",
    "DOMRectReadOnly",
    "GeometryUtils",
    "geometry",
    "Geometry Interfaces",
    "3D",
    "affine transforms",
    "transformation matrices"
  ],
  "author": ""
}
