{
  "name": "ndarray-extract-contour",
  "version": "1.0.1",
  "description": "Generic contour extraction library for surface nets/dual contouring",
  "main": "contour.js",
  "directories": {
    "test": "test"
  },
  "dependencies": {
    "typedarray-pool": "^1.0.0"
  },
  "devDependencies": {
    "tape": "~2.12.2",
    "js-beautify": "~1.4.2",
    "ndarray-pack": "~1.0.1"
  },
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/mikolalysenko/ndarray-extract-contour.git"
  },
  "keywords": [
    "ndarray",
    "contour",
    "extraction"
  ],
  "author": "Mikola Lysenko",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/mikolalysenko/ndarray-extract-contour/issues"
  },
  "homepage": "https://github.com/mikolalysenko/ndarray-extract-contour"
}
