{
  "name": "simplicial-complex-boundary",
  "version": "1.0.1",
  "description": "Extracts the boundary of a simplicial complex",
  "main": "boundary.js",
  "directories": {
    "example": "example",
    "test": "test"
  },
  "dependencies": {
    "boundary-cells": "^2.0.0",
    "reduce-simplicial-complex": "^1.0.0"
  },
  "devDependencies": {
    "oriented-simplicial-complex-compare": "^1.0.0",
    "tape": "^4.0.0"
  },
  "scripts": {
    "test": "tape test/*.js"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/mikolalysenko/simplicial-complex-boundary.git"
  },
  "keywords": [
    "simplicial",
    "complex",
    "boundary",
    "homology"
  ],
  "author": "Mikola Lysenko",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/mikolalysenko/simplicial-complex-boundary/issues"
  },
  "homepage": "https://github.com/mikolalysenko/simplicial-complex-boundary"
}
